mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-25 01:04:44 +01:00
16 lines
377 B
TOML
16 lines
377 B
TOML
[package]
|
|
name = "radius-server"
|
|
version = "0.1.0"
|
|
authors = ["moznion <moznion@gmail.com>"]
|
|
edition = "2018"
|
|
license-file = "../LICENSE"
|
|
repository = "https://github.com/moznion/radius-rs"
|
|
keywords = ["radius", "client"]
|
|
|
|
[dependencies]
|
|
radius = { path = "../radius" }
|
|
tokio = { version = "0.3.5", features = ["full"] }
|
|
log = "0.4.11"
|
|
thiserror = "1.0"
|
|
async-trait = "0.1.42"
|