@@ -6,7 +6,9 @@ members = ["contracts", "contracts/wallet", "server"]
66sdk = { git = " https://github.com/hyli-org/hyli.git" , package = " hyli-contract-sdk" , branch = " main" }
77client-sdk = { git = " https://github.com/hyli-org/hyli.git" , default-features = false , package = " hyli-client-sdk" , branch = " main" }
88hyli-smt-token = { git = " https://github.com/hyli-org/hyli.git" , package = " hyli-smt-token" , branch = " main" }
9- hyli-modules = { git = " https://github.com/hyli-org/hyli.git" , package = " hyli-modules" , branch = " main" }
9+ hyli-modules = { git = " https://github.com/hyli-org/hyli.git" , package = " hyli-modules" , branch = " main" , features = [
10+ " db" ,
11+ ] }
1012hyli-turmoil-shims = { git = " https://github.com/hyli-org/hyli.git" , default-features = false , package = " hyli-turmoil-shims" , branch = " main" }
1113
1214contracts = { path = " contracts" , default-features = false , package = " contracts" }
@@ -21,7 +23,7 @@ edition = "2021"
2123sha2 = { git = " https://github.com/risc0/RustCrypto-hashes" , tag = " sha2-v0.10.9-risczero.0" }
2224# boundless-market = { git = "https://github.com/hyli-org/boundless.git" }
2325
24- # [patch."https://github.com/hyli_org /hyli"]
26+ # [patch."https://github.com/hyli-org /hyli"]
2527# hyli-contract-sdk = { path = "../hyli/crates/contract-sdk", package = "hyli-contract-sdk" }
2628# hyli-client-sdk = { path = "../hyli/crates/client-sdk", package = "hyli-client-sdk" }
2729# hyli-smt-token = { path = "../hyli/crates/contracts/smt-token", package = "hyli-smt-token" }
0 commit comments