diff --git a/golem-rust-examples/Cargo.toml b/golem-rust-examples/Cargo.toml index 1553b07..cd59af7 100644 --- a/golem-rust-examples/Cargo.toml +++ b/golem-rust-examples/Cargo.toml @@ -2,6 +2,7 @@ name = "golem-rust-examples" version = "0.1.0" edition = "2021" +repository = "https://github.com/golemcloud/golem-rust" [dependencies] -golem-rust = { path = "../" } \ No newline at end of file +golem-rust = { path = "../" } diff --git a/golem-rust-macro/Cargo.toml b/golem-rust-macro/Cargo.toml index e6ecb7d..7ff9a09 100644 --- a/golem-rust-macro/Cargo.toml +++ b/golem-rust-macro/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "Apache-2.0" homepage = "https://golem.cloud" description = "Golem Rust tooling library that facilitates writing Golem backends in Rust" +repository = "https://github.com/golemcloud/golem-rust" [lib] proc-macro = true @@ -14,4 +15,4 @@ path = "src/lib.rs" heck = "0.5.0" proc-macro2 = "1.0.79" quote = "1.0.36" -syn = { version = "2.0.58", features = ["extra-traits", "full", "fold"] } \ No newline at end of file +syn = { version = "2.0.58", features = ["extra-traits", "full", "fold"] } diff --git a/golem-rust/Cargo.toml b/golem-rust/Cargo.toml index 81a59bb..b2dcbf7 100644 --- a/golem-rust/Cargo.toml +++ b/golem-rust/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" edition = "2021" license = "Apache-2.0" homepage = "https://golem.cloud" +repository = "https://github.com/golemcloud/golem-rust" description = "Golem Rust tooling library that facilitates writing Golem backends in Rust" [lib] @@ -38,4 +39,4 @@ path = "wit" "wasi:sockets" = { path = "wit/deps/sockets" } "wasi:blobstore" = { path = "wit/deps/blobstore" } "wasi:keyvalue" = { path = "wit/deps/keyvalue" } -"wasi:logging" = { path = "wit/deps/logging" } \ No newline at end of file +"wasi:logging" = { path = "wit/deps/logging" }