diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1a7a8db8c..aa4fd15de 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -61,7 +61,10 @@ utime = "0.2.1" webpki = "0.21.2" webpki-roots = "0.19.0" walkdir = "2.3.1" +warp = "0.2.2" semver-parser = "0.9.0" +uuid = { version = "0.8", features = ["v4"] } + [target.'cfg(windows)'.dependencies] winapi = "0.3.8" @@ -72,6 +75,8 @@ nix = "0.14" # rustyline depends on 0.14, to avoid duplicates we do too. [dev-dependencies] os_pipe = "0.9.1" +# Used for testing inspector. Keep in-sync with warp. +tokio-tungstenite = { version = "0.10", features = ["connect"] } [target.'cfg(unix)'.dev-dependencies] pty = "0.2.2" |