Files
radius-rs/examples/Cargo.toml
moznion 6ef94a6e20 releng: v0.2.0
Signed-off-by: moznion <moznion@mail.moznion.net>
2021-02-04 00:53:26 +09:00

24 lines
446 B
TOML

[package]
name = "examples"
version = "0.2.0"
publish = false
edition = "2018"
license-file = "../LICENSE"
repository = "https://github.com/moznion/radius-rs"
[dev-dependencies]
radius = { version = "0.2.0", path = "../radius" }
log = "0.4.11"
env_logger = "0.8.2"
tokio = { version = "1.0.1", features = ["signal", "net"] }
async-trait = "0.1.42"
[[example]]
name = "server"
path = "server.rs"
[[example]]
name = "client"
path = "client.rs"