FastWaveBackend/Cargo.toml

11 lines
256 B
TOML
Raw Normal View History

2022-04-14 04:50:37 +00:00
[package]
name = "VCDViewer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num = "0.4"
clap = { version = "3.1.8", features = ["derive"] }
2022-05-19 07:44:24 +00:00
chrono = "0.4"