crftng-intrprtrs/Cargo.toml

10 lines
194 B
TOML
Raw Normal View History

2022-03-21 15:47:35 +01:00
[package]
name = "crftng-intrprtrs"
version = "0.1.0"
edition = "2021"
[dependencies]
dotenv = "0.15.0"
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }