testing refactored wpactrl

This commit is contained in:
glyph 2021-12-07 10:04:58 +02:00
parent 79c94e6af0
commit c3fa188400
1 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,6 @@ maintenance = { status = "actively-developed" }
[dependencies]
env_logger = "0.6"
failure = "0.1"
get_if_addrs = "0.5.3"
jsonrpc-core = "11"
jsonrpc-http-server = "11"
@ -37,7 +36,9 @@ probes = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
regex = "1"
wpactrl = "0.3.1"
#wpactrl = "0.3.1"
#wpactrl = { git = "https://github.com/sauyon/wpa-ctrl-rs.git", branch = "master" }
wpactrl = { path = "../../../playground/rust/wpa-ctrl-rs" }
[dev-dependencies]
jsonrpc-test = "11"