mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 22:44:42 +01:00
12 lines
249 B
TOML
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"
|