Skip to content

Commit

Permalink
feat(didjs): asset certification in Candid UI canister
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Aug 26, 2024
1 parent cfa7b54 commit 765f918
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 56 deletions.
153 changes: 152 additions & 1 deletion tools/ui/Cargo.lock

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

9 changes: 7 additions & 2 deletions tools/ui/src/didjs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ path = "lib.rs"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.13"
base64 = "0.22.1"
candid = "0.10"
candid_parser = "0.1"
ic-asset-certification = { git = "https://github.com/dfinity/response-verification", rev = "da70db93832f88ecc556ae082612aedec47d3816" }
ic-cdk = "0.13"
ic-certification = { git = "https://github.com/dfinity/response-verification", rev = "da70db93832f88ecc556ae082612aedec47d3816" }
ic-http-certification = { git = "https://github.com/dfinity/response-verification", rev = "da70db93832f88ecc556ae082612aedec47d3816" }
include_dir = { version = "0.7", features = ["glob"] }
serde = "1.0"
serde_bytes = "0.11"

serde_cbor = "0.11.2"
Loading

0 comments on commit 765f918

Please sign in to comment.