mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 13:40:42 +00:00
10 lines
237 B
TOML
10 lines
237 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.workspace = true
|