summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-06-28 11:09:28 -0400
committerMica White <botahamec@outlook.com>2026-06-28 11:09:28 -0400
commit3eb02cbe5b106cd332f25d658430f7e0ae320745 (patch)
tree20153b185b2e7d5c41b2b2d29c6c28bba8bd31b9 /Cargo.toml
parentb9570962cfc214bbac0f3fef1e6c1f9848f52658 (diff)
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 85679c6..e4d6f1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,12 @@ edition = "2024"
[dependencies]
crossterm = "0.29"
-tokio = "1"
+getrandom = "0.4"
+mimalloc = "0.1"
+postcard = "1"
+rustc-hash = "2"
+serde = { version = "1", features = ["derive"] }
+smol = "2"
+toml = "1"
+wasmer = { version = "7" }
+wasmi = "1"