mirror of
https://github.com/scoobybejesus/cryptools.git
synced 2025-04-18 10:50:26 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
13 lines
321 B
TOML
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" |