mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
21 lines
602 B
TOML
21 lines
602 B
TOML
[package]
|
|
name = "uw8"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
wasmtime = "0.30"
|
|
anyhow = "1"
|
|
minifb = { version = "0.20", default-features = false, features = ["x11"] }
|
|
notify = "4"
|
|
pico-args = "0.4"
|
|
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "196719b" }
|
|
wat = "1"
|
|
uw8-tool = { path = "uw8-tool" }
|
|
same-file = "1"
|
|
warp = "0.3.2"
|
|
tokio = { version = "1.17.0", features = ["sync", "rt"] }
|
|
tokio-stream = { version = "0.1.8", features = ["sync"] }
|
|
webbrowser = "0.6.0" |