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

17 lines
423 B
TOML

[package]
name = "nrid"
version = "0.1.0"
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2018"
# 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" }