FastWaveBackend/Cargo.toml

17 lines
368 B
TOML
Raw Permalink Normal View History

2022-04-14 04:50:37 +00:00
[package]
name = "fastwave_backend"
2022-04-14 04:50:37 +00:00
version = "0.1.0"
edition = "2021"
[profile.release]
debug = 1
2022-04-14 04:50:37 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num = "0.4"
2023-10-15 20:05:52 +00:00
clap = { version = "4.4.6", features = ["derive"] }
chrono = "0.4"
# TODO : remove itertools once date parser is reworked.
2023-10-15 20:05:52 +00:00
itertools = "0.11"