summaryrefslogtreecommitdiff
path: root/crates/client/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-04-15 01:25:47 -0400
committerLLLL Colonq <llll@colonq>2025-04-15 01:25:47 -0400
commit9e586a12b0db0292d9fb41e4ec99a3e1fd912d85 (patch)
tree4a80659b5510546124493599b3c20152e3da4638 /crates/client/Cargo.toml
parent1b5b2e1956ca001befef601a00a1710dd04d7952 (diff)
Multi
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