Skip to content

Commit

Permalink
feat(rdf): implements rdf canonicalization
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Dec 14, 2023
1 parent da83494 commit 60df2a6
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions packages/okp4-rdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name = "okp4-rdf"
version = "3.0.0"

[dependencies]
base16ct = { version = "0.2.0", features = ["alloc"] }
cosmwasm-std.workspace = true
rio_api.workspace = true
rio_turtle.workspace = true
rio_xml.workspace = true
sha2 = "0.10.8"
1 change: 1 addition & 0 deletions packages/okp4-rdf/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pub mod normalize;
pub mod serde;
pub mod uri;
Loading

0 comments on commit 60df2a6

Please sign in to comment.