rtsa-services/crates/rtss_log/Cargo.toml

15 lines
320 B
TOML
Raw Permalink Normal View History

[package]
name = "rtss_log"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = { version = "0.1", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0.3.1", features = [
"registry",
"env-filter",
] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
tracing-wasm = "0.2.1"