2022-04-14 04:50:37 +00:00
|
|
|
[package]
|
2022-09-14 20:54:35 +00:00
|
|
|
name = "fastwave_backend"
|
2022-04-14 04:50:37 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2022-08-04 18:01:46 +00:00
|
|
|
[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"] }
|
2022-05-24 03:45:14 +00:00
|
|
|
chrono = "0.4"
|
2022-08-18 02:10:00 +00:00
|
|
|
# TODO : remove itertools once date parser is reworked.
|
2023-10-15 20:05:52 +00:00
|
|
|
itertools = "0.11"
|