diff options
| author | Mica White <botahamec@outlook.com> | 2026-06-28 11:09:28 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-06-28 11:09:28 -0400 |
| commit | 3eb02cbe5b106cd332f25d658430f7e0ae320745 (patch) | |
| tree | 20153b185b2e7d5c41b2b2d29c6c28bba8bd31b9 /Cargo.toml | |
| parent | b9570962cfc214bbac0f3fef1e6c1f9848f52658 (diff) | |
initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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" |
