15 lines
320 B
TOML
15 lines
320 B
TOML
|
[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"
|