Files
radius-rs/Cargo.toml
2020-11-19 23:16:14 +09:00

12 lines
249 B
TOML

[package]
name = "radius-rs"
version = "0.1.0"
authors = ["moznion <moznion@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
md5 = "0.7.0"
chrono = "0.4"