Remove jsonrpc from peach-network #46

Merged
glyph merged 14 commits from split_network_logic into main 2021-12-14 18:55:16 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit c3fa188400 - Show all commits

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"