g3/lib/g3-datetime/Cargo.toml
2023-04-04 11:17:55 +08:00

10 lines
271 B
TOML

[package]
name = "g3-datetime"
version = "0.1.0"
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4.22", default-features = false }