crafting-interpreters/rust/rox/Cargo.toml

14 lines
331 B
TOML
Raw Normal View History

2025-02-06 10:34:46 +00:00
[package]
name = "rox"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
[dependencies]
clap = { version = "4.5.28", features = ["derive"] }
2025-02-06 17:55:54 +00:00
lazy_static = "1.5.0"
thiserror = "2.0.11"
2025-02-06 10:34:46 +00:00
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }