summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"