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