mirror of
https://github.com/bytedance/g3.git
synced 2026-05-21 10:24:25 +00:00
18 lines
478 B
TOML
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
|