Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 11, 2023
1 parent 023b1c2 commit 7cd359a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fixt = "*"
futures = { version = "0.3.1", default-features = false }
hdk = { workspace = true, features = ["encoding", "test_utils"] }
holochain = { worskpace = true, default-features = false, features = [
holochain = { version = "0.2", default-features = false, features = [
"test_utils",
] }
tokio = { version = "1.3", features = ["full"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { encode } from '@msgpack/msgpack';
import { Scenario, dhtSync } from '@holochain/tryorama';
import { dirname } from 'path';
import { fileURLToPath } from 'url';
import { {{pascal_case app_name}}Client } from '../../ui/src/{{kebab_case zome_manifest.name}}-client.js';
import { {{pascal_case app_name}}Store } from '../../ui/src/{{kebab_case zome_manifest.name}}-store.js';
import { {{pascal_case zome_manifest.name}}Client } from '../../ui/src/{{kebab_case zome_manifest.name}}-client.js';
import { {{pascal_case zome_manifest.name}}Store } from '../../ui/src/{{kebab_case zome_manifest.name}}-store.js';

export async function setup(scenario: Scenario) {
const testHappUrl =
Expand Down
2 changes: 2 additions & 0 deletions .templates/app/web-app/Cargo.toml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ resolver = "2"

[workspace.dependencies]
holochain = "{{holochain_version}}"
hdk = "0.2"
hdi = "0.3"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fixt = "*"
futures = { version = "0.3.1", default-features = false }
hdk = { workspace = true, features = ["encoding", "test_utils"] }
holochain = { worskpace = true, default-features = false, features = [
holochain = { version = "0.2", default-features = false, features = [
"test_utils",
] }
tokio = { version = "1.3", features = ["full"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { workspace = true }
fixt = "*"
futures = { version = "0.3.1", default-features = false }
hdk = { workspace = true, features = ["encoding", "test_utils"] }
holochain = { worskpace = true, default-features = false, features = [
holochain = { version = "0.2", default-features = false, features = [
"test_utils",
] }
tokio = { version = "1.3", features = ["full"] }
Expand Down

0 comments on commit 7cd359a

Please sign in to comment.