mirror of
https://github.com/BurntSushi/jiff.git
synced 2025-12-23 08:47:45 +00:00
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.
20 lines
644 B
TOML
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"
|