Skip to content

Commit

Permalink
Merge pull request #207 from okp4/feat/cognitarium-insert
Browse files Browse the repository at this point in the history
🤯 Implement Insert
  • Loading branch information
amimart authored Jun 1, 2023
2 parents a6d3f76 + 67fdc69 commit c5b6119
Show file tree
Hide file tree
Showing 15 changed files with 1,198 additions and 18 deletions.
98 changes: 98 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions contracts/okp4-cognitarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ panic = 'abort'
rpath = false

[dependencies]
blake3 = "1.3.3"
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
cosmwasm-storage.workspace = true
cw-storage-plus.workspace = true
cw2.workspace = true
derive_builder = "0.12.0"
rio_api = "0.8.3"
rio_turtle = "0.8.3"
rio_xml = "0.8.3"
schemars.workspace = true
serde.workspace = true
thiserror.workspace = true
Expand Down
Loading

0 comments on commit c5b6119

Please sign in to comment.