File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ version.workspace = true
1616edition.workspace = true
1717description = " RustScript edge runtime and proxy host integration"
1818license = " MIT"
19+ homepage = " https://rustscript.org/"
20+ repository = " https://github.com/rustscript-lang/pd-edge"
1921build = " build.rs"
2022autobins = false
2123
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ version.workspace = true
44edition.workspace = true
55description = " ABI definitions for RustScript edge host functions"
66license = " MIT"
7+ homepage = " https://rustscript.org/"
8+ repository = " https://github.com/rustscript-lang/pd-edge"
79build = " build.rs"
810
911[lib ]
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ version.workspace = true
44edition.workspace = true
55description = " Proc macro support for RustScript edge host functions"
66license = " MIT"
7+ homepage = " https://rustscript.org/"
8+ repository = " https://github.com/rustscript-lang/pd-edge"
79
810[lib ]
911proc-macro = true
You can’t perform that action at this time.
0 commit comments