[package] name = "radius-server" version = "0.1.0" authors = ["moznion "] 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"