Skip to content

Commit 77f9314

Browse files
committed
style: little coup de polish
1 parent db98494 commit 77f9314

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ cw-multi-test = "0.15.1"
99
cw-storage-plus = "1.1.0"
1010
cw-utils = "1.0.2"
1111
cw2 = "1.1.1"
12+
okp4-cognitarium = { path = "contracts/okp4-cognitarium", features = [
13+
"library",
14+
] }
1215
okp4-logic-bindings = { path = "packages/okp4-logic-bindings" }
13-
okp4-objectarium = { path = "contracts/okp4-objectarium", features = ["library"] }
14-
okp4-cognitarium = { path = "contracts/okp4-cognitarium", features = ["library"] }
16+
okp4-objectarium = { path = "contracts/okp4-objectarium", features = [
17+
"library",
18+
] }
1519
okp4-objectarium-client = { path = "packages/okp4-objectarium-client" }
1620
schemars = "0.8.16"
1721
serde = { version = "1.0.192", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)