From 3eb02cbe5b106cd332f25d658430f7e0ae320745 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 28 Jun 2026 11:09:28 -0400 Subject: initial commit --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3