Skip to content

Commit

Permalink
Example zome
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 28, 2024
1 parent 0fb4cc4 commit e07be34
Show file tree
Hide file tree
Showing 14 changed files with 654 additions and 2,403 deletions.
33 changes: 25 additions & 8 deletions Cargo.lock

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

12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ opt-level = "z"
opt-level = "z"

[workspace]
members = [ "crates/*","zomes/coordinator/*", "zomes/integrity/*"]
members = ["crates/*", "zomes/coordinator/*", "zomes/integrity/*"]
resolver = "2"

[workspace.dependencies]
holochain = { version = "0.3.2", default-features = false, features = [
"test_utils",
] }
hdi = "0.4.2"
hdk = "0.3.2"
serde = "1"

hdi = "=0.4.2"
hdk = "=0.3.2"
serde = "1.0"
Loading

0 comments on commit e07be34

Please sign in to comment.