We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db98494 commit 77f9314Copy full SHA for 77f9314
Cargo.toml
@@ -9,9 +9,13 @@ cw-multi-test = "0.15.1"
9
cw-storage-plus = "1.1.0"
10
cw-utils = "1.0.2"
11
cw2 = "1.1.1"
12
+okp4-cognitarium = { path = "contracts/okp4-cognitarium", features = [
13
+ "library",
14
+] }
15
okp4-logic-bindings = { path = "packages/okp4-logic-bindings" }
-okp4-objectarium = { path = "contracts/okp4-objectarium", features = ["library"] }
-okp4-cognitarium = { path = "contracts/okp4-cognitarium", features = ["library"] }
16
+okp4-objectarium = { path = "contracts/okp4-objectarium", features = [
17
18
19
okp4-objectarium-client = { path = "packages/okp4-objectarium-client" }
20
schemars = "0.8.16"
21
serde = { version = "1.0.192", default-features = false, features = ["derive"] }
0 commit comments