Skip to content

Commit

Permalink
Merge pull request #13 from szabgab/patch-1
Browse files Browse the repository at this point in the history
add repository to Cargo.toml in every crate
  • Loading branch information
vigoo authored Jun 6, 2024
2 parents a1060be + 6cafd46 commit 48e26d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion golem-rust-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../" }
golem-rust = { path = "../" }
3 changes: 2 additions & 1 deletion golem-rust-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"] }
syn = { version = "2.0.58", features = ["extra-traits", "full", "fold"] }
3 changes: 2 additions & 1 deletion golem-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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" }
"wasi:logging" = { path = "wit/deps/logging" }

0 comments on commit 48e26d8

Please sign in to comment.