start implementing run --browser

This commit is contained in:
2022-02-19 16:21:02 +01:00
parent f1493ebded
commit 4c75ba2e44
8 changed files with 993 additions and 49 deletions

View File

@@ -14,4 +14,7 @@ pico-args = "0.4"
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "196719b" }
wat = "1"
uw8-tool = { path = "uw8-tool" }
same-file = "1"
same-file = "1"
warp = "0.3.2"
tokio = { version = "1.17.0", features = ["sync", "rt"] }
webbrowser = "0.6.0"