There was an error while loading. Please reload this page.
1 parent 72348d1 commit 0f6e714Copy full SHA for 0f6e714
1 file changed
Cargo.toml
@@ -4,6 +4,8 @@ version = "0.1.0"
4
edition = "2024"
5
description = "Embedded-facing RustScript runner examples with JIT disabled"
6
license = "MIT"
7
+homepage = "https://rustscript.org/"
8
+repository = "https://github.com/rustscript-lang/rustscript-embedded"
9
10
[dependencies]
11
vm = { package = "pd-vm", path = "../rustscript", version = "0.1.0", default-features = false, features = ["runtime"] }
0 commit comments