cp-autogen/Cargo.toml
Sandipsinh Rathod a11529717c add run command
2024-11-17 20:06:31 -05:00

14 lines
289 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"
strum = "0.26.3"
strum_macros = "0.26.4"