FastWaveBackend/Cargo.toml
2022-08-02 19:31:35 -04:00

13 lines
300 B
TOML

[package]
name = "fastwave"
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"] }
chrono = "0.4"
function_name = "0.3.0"
itertools = "0.10.3"