]> git.proxmox.com Git - proxmox-websocket-tunnel.git/commitdiff
Cargo.toml: drop paths, cleanup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Feb 2022 10:30:19 +0000 (11:30 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Feb 2022 10:30:19 +0000 (11:30 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index 7f24602d16b39e83ea78fe2e2efaba56f883dbbc..685e9b663e19d84add738cd79344051dbc8686e8 100644 (file)
@@ -14,13 +14,14 @@ base64 = "0.13"
 futures = "0.3"
 futures-util = "0.3"
 hex = "0.4"
-hyper = { version = "0.14" }
+hyper = "0.14"
 openssl = "0.10"
 percent-encoding = "2"
-proxmox-http = { version = "0.6", path = "../proxmox/proxmox-http", features = ["websocket", "client"] }
-proxmox-sys = { version = "0.2.2", path = "../proxmox/proxmox-sys" }
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 tokio = { version = "1", features = ["io-std", "io-util", "macros", "rt-multi-thread", "sync"] }
 tokio-stream = { version = "0.1", features = ["io-util"] }
 tokio-util = "0.6"
+
+proxmox-http = { version = "0.6", features = ["websocket", "client"] }
+proxmox-sys = "0.2.2"