diff --git a/Cargo.toml b/Cargo.toml index 9467d47..6bb9ce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] members = [ + "trust-graph", "keypair", "service" ] diff --git a/service/build.sh b/service/build.sh index 80f48c9..12f8723 100755 --- a/service/build.sh +++ b/service/build.sh @@ -13,7 +13,7 @@ mkdir -p artifacts cp ../target/wasm32-wasi/release/trust-graph.wasm artifacts/ # download SQLite 3 to use in tests -curl -sS -L https://github.com/fluencelabs/sqlite/releases/download/v0.18.0_w/sqlite3.wasm -o artifacts/sqlite3.wasm +curl -sS -L https://github.com/fluencelabs/sqlite/releases/download/sqlite-wasm-v0.18.1/sqlite3.wasm -o artifacts/sqlite3.wasm # generate Aqua bindings marine aqua artifacts/trust-graph.wasm -s TrustGraph -i trust-graph > ../aqua/trust-graph.aqua