Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Missing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Feb 13, 2024
1 parent dbc141b commit d086c8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wasm-rpc-stubgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "golem-wasm-rpc-stubgen"
version = "0.0.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://golem.cloud"
description = "Golem WASM RPC stub generator"

[[bin]]
name = "golem-wasm-rpc-stubgen"
Expand Down
3 changes: 3 additions & 0 deletions wasm-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "golem-wasm-rpc"
version = "0.0.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://golem.cloud"
description = "Golem WASM RPC support library"

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit d086c8b

Please sign in to comment.