crftng-intrprtrs/Cargo.toml
2022-04-19 00:46:52 +02:00

13 lines
311 B
TOML

[package]
name = "crftng-intrprtrs"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "3.1.9", features = ["derive"] }
color-eyre = "0.6.1"
dotenv = "0.15.0"
from_variants = "1.0.0"
match_any = "1.0.1"
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }