cuddle/cuddle_cli/Cargo.toml
kjuulh 91ee9d4387
feat: update cli with bin name
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-09 22:03:32 +02:00

27 lines
660 B
TOML

[package]
name = "cuddle_cli"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "cuddle"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.60"
serde = { version = "1.0.143", features = ["derive"] }
serde_yaml = "0.9.4"
walkdir = "2.3.2"
git2 = { version = "0.15.0", features = ["ssh"] }
clap = "3.2.16"
envconfig = "0.10.0"
dirs = "4.0.0"
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["json"] }
log = { version = "0.4.17", features = ["std", "kv_unstable"] }
openssl = { version = "0.10", features = ["vendored"] }
tera = "1.17.0"