mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-30 13:48:44 +01:00
+2
-2
@@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "e2e-test"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2018"
|
||||
license-file = "../LICENSE"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
radius = { version = "0.1.0", path = "../radius" }
|
||||
radius = { version = "0.1.1", path = "../radius" }
|
||||
tokio = { version = "1.1.1", features = ["signal", "net"] }
|
||||
async-trait = "0.1.42"
|
||||
|
||||
Reference in New Issue
Block a user