g3/lib/g3-stdlog/Cargo.toml
Zhang Jingqiang 4eec48903f use MSRV 1.73
2023-10-10 10:59:28 +08:00

18 lines
478 B
TOML

[package]
name = "g3-stdlog"
version = "0.1.0"
rust-version = "1.73.0"
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
slog.workspace = true
chrono = { workspace = true, features = ["clock"] }
flume.workspace = true
anstyle = "1.0"
itoa.workspace = true
ryu.workspace = true
g3-types = { workspace = true, features = ["async-log"] }
g3-datetime.workspace = true