cp-autogen/Cargo.toml

12 lines
248 B
TOML
Raw Normal View History

2024-11-18 00:47:48 +00:00
[package]
name = "cpgen"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
anyhow = "1.0.93"
tokio = { version = "1.10.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"