g3/lib/g3-journal/Cargo.toml
2023-05-05 11:05:04 +08:00

17 lines
464 B
TOML

[package]
name = "g3-journal"
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, features = ["nested-values"] }
serde.workspace = true
serde_json.workspace = true
libsystemd = "0.6"
itoa.workspace = true
ryu.workspace = true
flume.workspace = true
g3-types = { workspace = true, features = ["async-log"] }