AppFlowy/frontend/rust-lib/lib-log/Cargo.toml
Nathan.fooo 3e32fac876
chore: pass platform info to rust side (#5079)
* chore: pass platform info to rust side

* chore: pass platform info to rust side

* chore: fix test

* chore: fix test

* chore: fix test

* chore: enable ios log
2024-04-07 21:36:55 +08:00

23 lines
527 B
TOML

[package]
name = "lib-log"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter", "ansi", "json"] }
tracing-bunyan-formatter = "0.3.9"
tracing-appender = "0.2.3"
tracing-core = "0.1"
tracing.workspace = true
serde_json.workspace = true
serde.workspace = true
chrono = "0.4"
lazy_static = "1.4.0"
lib-infra.workspace = true
[features]
use_bunyan = []