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
Raw Normal View History

2021-01-18 21:46:02 -05:00
[package]
name = "nrid"
version = "0.2.0"
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
[features]
default = ["serde"]
2021-01-18 21:46:02 -05:00
[dependencies]
chrono = "0.4.19"
rand = "0.8.3"
serde = { version = "1", optional = true }
thiserror = "1"
2021-01-18 21:46:02 -05:00