summaryrefslogtreecommitdiff
path: root/crates/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/client/Cargo.toml')
-rw-r--r--crates/client/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml
index a6f1653..f274e1e 100644
--- a/crates/client/Cargo.toml
+++ b/crates/client/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "newton_lib"
+name = "newton_client"
version.workspace = true
edition.workspace = true
authors.workspace = true
@@ -8,7 +8,7 @@ authors.workspace = true
crate-type = ["cdylib", "rlib"]
[[bin]]
-name = "newton"
+name = "newton_client"
path = "src/main.rs"
[dependencies]
@@ -29,7 +29,6 @@ wasm-bindgen-futures = "*" # interface with async javascript
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
env_logger = "*"
-tokio = { version = "*", features = ["full"] }
clap = { version = "*", features = ["cargo"] }
base64 = "0.22.1"
polling = "*" # polling sockets