Files
radius-rs/e2e-test/Cargo.toml
moznion 3f6e64349e releng: 0.3.1
Signed-off-by: moznion <moznion@mail.moznion.net>
2022-05-18 12:47:15 -07:00

12 lines
257 B
TOML

[package]
name = "e2e-test"
version = "0.3.1"
edition = "2018"
license-file = "../LICENSE"
publish = false
[dependencies]
radius = { version = "0.3.1", path = "../radius" }
tokio = { version = "1.6.1", features = ["signal", "net"] }
async-trait = "0.1.50"