mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 22:54:43 +01:00
14 lines
387 B
TOML
14 lines
387 B
TOML
[package]
|
|
name = "e2e-test"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
license-file = "../LICENSE"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
radius = { version = "0.1.0", path = "../radius" }
|
|
radius-client = { version = "0.1.0", path = "../radius-client" }
|
|
radius-server = { version = "0.1.0", path = "../radius-server" }
|
|
tokio = { version = "0.3.5", features = ["signal", "net"] }
|
|
async-trait = "0.1.42"
|