cp-autogen/Cargo.toml
Sandipsinh Rathod af46e2a811 init
2024-11-17 19:47:48 -05:00

12 lines
248 B
TOML

[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"