crftng-intrprtrs/Cargo.toml

14 lines
311 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]
2022-04-19 00:46:33 +02:00
clap = { version = "3.1.9", features = ["derive"] }
2022-04-02 21:23:47 +02:00
color-eyre = "0.6.1"
2022-03-21 15:47:35 +01:00
dotenv = "0.15.0"
2022-04-02 21:23:47 +02:00
from_variants = "1.0.0"
match_any = "1.0.1"
2022-03-21 15:47:35 +01:00
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }