Files
rvd/Cargo.toml
2023-07-06 02:42:54 +00:00

11 lines
278 B
TOML

[package]
name = "rvd"
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.3.10", features = ["derive"] }
rsrv = { git = "https://github.com/morioka22/rsrv" }