crftng-intrprtrs/Cargo.toml

22 lines
410 B
TOML

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