mirror of
https://github.com/bytedance/g3.git
synced 2026-05-04 22:51:02 +00:00
initial commit
This commit is contained in:
commit
13716f4923
1425 changed files with 163227 additions and 0 deletions
9
lib/g3-datetime/Cargo.toml
Normal file
9
lib/g3-datetime/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "g3-datetime"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue