Skip to content

Commit

Permalink
Merge pull request #22 from golemcloud/improvements
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
vigoo authored Jul 26, 2024
2 parents e4bc5d0 + f11cb54 commit aa91302
Show file tree
Hide file tree
Showing 11 changed files with 3,713 additions and 1,919 deletions.
49 changes: 47 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions golem-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
golem-rust-macro = { path = "../golem-rust-macro", version = "0.0.0", optional = true }
uuid = { version = "1.8.0", features = ["v4"], optional = true }
serde = { version = "1.0.204", optional = true }
serde_json = { version = "1.0.120", optional = true }
uuid = { version = "1.10.0", features = ["v4"], optional = true }
wit-bindgen-rt = { version = "0.26.0", features = ["bitflags"] }

[features]
default = ["macro", "uuid"]
default = ["json", "macro", "uuid"]
json = ["dep:serde", "dep:serde_json"]
macro = ["dep:golem-rust-macro"]
uuid = ["dep:uuid"]

Expand Down
Loading

0 comments on commit aa91302

Please sign in to comment.