mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 07:10:51 +00:00
17 lines
455 B
TOML
17 lines
455 B
TOML
[package]
|
|
name = "g3-stdlog"
|
|
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]
|
|
slog.workspace = true
|
|
chrono = { workspace = true, features = ["clock"] }
|
|
flume.workspace = true
|
|
console = "0.15"
|
|
itoa.workspace = true
|
|
ryu.workspace = true
|
|
g3-types = { workspace = true, features = ["async-log"] }
|
|
g3-datetime.workspace = true
|