2020-12-01 04:05:49 +00:00
|
|
|
[package]
|
|
|
|
name = "crptls"
|
2023-10-19 21:05:32 +00:00
|
|
|
version = "0.2.1"
|
2020-12-01 04:05:49 +00:00
|
|
|
authors = ["scoobybejesus <scoobybejesus@users.noreply.github.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-19 21:05:32 +00:00
|
|
|
rust_decimal = "1.32"
|
|
|
|
rust_decimal_macros = "1.32"
|
2023-10-19 18:37:46 +00:00
|
|
|
chrono = { version = "0.4.31", features = ["serde"] }
|
|
|
|
csv = "1.3.0"
|
|
|
|
serde = { version = "1.0.189", features = ["derive"] }
|
|
|
|
serde_derive = "1.0.189"
|
|
|
|
time = "0.3.30"
|