This repository has been archived on 2022-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
nrid.rs/Cargo.toml

18 lines
453 B
TOML
Raw Normal View History

2021-01-18 21:46:02 -05:00
[package]
name = "nrid"
2021-05-21 11:01:50 -04:00
version = "0.1.1"
2021-01-18 21:46:02 -05:00
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2018"
2021-05-21 11:01:50 -04:00
license = "MIT OR Apache-2.0"
2021-01-18 21:46:02 -05:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4.11", features = ["serde"] }
rand = { version = "0.7.3" }
#regex = { version = "1.3" }
serde = { version = "1" }
thiserror = { version = "1" }
tracing = { version = "0.1.15" }