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
278 B
TOML

[package]
name = "nrid"
version = "0.2.0"
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[features]
default = ["serde"]
[dependencies]
chrono = "0.4.19"
rand = "0.8.3"
serde = { version = "1", optional = true }
thiserror = "1"