rust runtime
build / build (push) Failing after 1m1s

This commit is contained in:
2026-07-17 23:17:38 -06:00
parent 85d34883a6
commit aa5b45ec76
10 changed files with 1951 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "gyehoek-runtime"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
clio = { version = "0.3.5", features = ["clap-parse"] }
wasmtime = "46.0.1"