1
0
mirror of https://github.com/scoobybejesus/cryptools.git synced 2025-04-18 10:50:26 +00:00
cryptools-mirror/crptls/Cargo.toml
dependabot[bot] 179b586cda
Bump time from 0.1.44 to 0.2.0
Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.2.0.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.1.44...v0.2.0)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 20:36:50 +00:00

13 lines
321 B
TOML

[package]
name = "crptls"
version = "0.1.1"
authors = ["scoobybejesus <scoobybejesus@users.noreply.github.com>"]
edition = "2018"
[dependencies]
decimal = "2.0.4"
chrono = { version = "0.4", features = ["serde"] }
csv = "1.0.0"
serde = { version = "1.0.75", features = ["derive"] }
serde_derive = "1.0.75"
time = "0.2.0"