vidow/vidow-backend/crates/vidow_core/Cargo.toml

11 lines
254 B
TOML
Raw Normal View History

2022-10-20 21:46:33 +02:00
[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]
2024-03-15 14:16:05 +01:00
clap = { version = "4.5.3", features = ["env", "derive"] }
2024-01-31 18:11:12 +01:00
eyre = "0.6.12"