mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 19:54:45 +01:00
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "code-generator"
|
name = "code-generator"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license-file = "../LICENSE"
|
license-file = "../LICENSE"
|
||||||
publish = false
|
publish = false
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "e2e-test"
|
name = "e2e-test"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license-file = "../LICENSE"
|
license-file = "../LICENSE"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
radius = { version = "0.3.0", path = "../radius" }
|
radius = { version = "0.3.1", path = "../radius" }
|
||||||
tokio = { version = "1.6.1", features = ["signal", "net"] }
|
tokio = { version = "1.6.1", features = ["signal", "net"] }
|
||||||
async-trait = "0.1.50"
|
async-trait = "0.1.50"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "examples"
|
name = "examples"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
publish = false
|
publish = false
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license-file = "../LICENSE"
|
license-file = "../LICENSE"
|
||||||
repository = "https://github.com/moznion/radius-rs"
|
repository = "https://github.com/moznion/radius-rs"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
radius = { version = "0.3.0", path = "../radius" }
|
radius = { version = "0.3.1", path = "../radius" }
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
env_logger = "0.8.2"
|
env_logger = "0.8.2"
|
||||||
tokio = { version = "1.0.1", features = ["signal", "net"] }
|
tokio = { version = "1.0.1", features = ["signal", "net"] }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "radius"
|
name = "radius"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["moznion <moznion@gmail.com>"]
|
authors = ["moznion <moznion@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "An async/await native implementation of the RADIUS server and client for Rust."
|
description = "An async/await native implementation of the RADIUS server and client for Rust."
|
||||||
|
|||||||
Reference in New Issue
Block a user