jiff/crates/jiff-tzdb/Cargo.toml
Andrew Gallant 6920d3973d crates: move all sub-crates into crates/ directory
I should have just done this from the start. I hate doing these kinds of
moves because it fucks up revision history. But if I'm going to be
adding `jiff-icu`, `jiff-chrono`, `jiff-sqlx` and so on, then I really
think we need a sub-directory.

I'm keeping Jiff proper in `src/` though.
2025-02-02 14:10:48 -05:00

20 lines
644 B
TOML

[package]
name = "jiff-tzdb"
version = "0.1.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
license = "Unlicense OR MIT"
homepage = "https://github.com/BurntSushi/jiff/tree/master/jiff-tzdb"
repository = "https://github.com/BurntSushi/jiff"
documentation = "https://docs.rs/jiff-tzdb"
description = "The entire Time Zone Database embedded into your binary."
categories = ["date-and-time"]
keywords = ["date", "time", "temporal", "zone", "iana"]
workspace = "../.."
edition = "2021"
rust-version = "1.70"
include = ["/*.rs", "/*.dat", "COPYING", "LICENSE-MIT", "UNLICENSE"]
[lib]
name = "jiff_tzdb"
bench = false
path = "lib.rs"