vidow/vidow-backend/crates/vidow_core/Cargo.toml
Kasper Juul Hermansen 3e66da440d
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
Update Rust crate clap to 4.4.6
2023-09-28 20:33:51 +00:00

11 lines
253 B
TOML

[package]
name = "vidow_core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.6", features = ["env", "derive"] }
eyre = "0.6.8"