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

11 lines
255 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]
2023-12-04 19:29:52 +01:00
clap = { version = "4.4.11", features = ["env", "derive"] }
2023-12-13 23:28:07 +01:00
eyre = "0.6.11"