Skip to content

Commit 45b509e

Browse files
committed
Add crate homepage and repository metadata
1 parent d854243 commit 45b509e

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ version.workspace = true
1616
edition.workspace = true
1717
description = "RustScript edge runtime and proxy host integration"
1818
license = "MIT"
19+
homepage = "https://rustscript.org/"
20+
repository = "https://github.com/rustscript-lang/pd-edge"
1921
build = "build.rs"
2022
autobins = false
2123

pd-edge-abi/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version.workspace = true
44
edition.workspace = true
55
description = "ABI definitions for RustScript edge host functions"
66
license = "MIT"
7+
homepage = "https://rustscript.org/"
8+
repository = "https://github.com/rustscript-lang/pd-edge"
79
build = "build.rs"
810

911
[lib]

pd-edge-host-function/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version.workspace = true
44
edition.workspace = true
55
description = "Proc macro support for RustScript edge host functions"
66
license = "MIT"
7+
homepage = "https://rustscript.org/"
8+
repository = "https://github.com/rustscript-lang/pd-edge"
79

810
[lib]
911
proc-macro = true

0 commit comments

Comments
 (0)