Skip to content
Merged
2 changes: 2 additions & 0 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ moka
MPMC
msvc
Multiaddr
multibase
multicodec
multiera
multihash
Expand Down Expand Up @@ -346,6 +347,7 @@ utimensat
UTXO
uuidv4
uuidv7
varint
venv
vitss
Vkey
Expand Down
6 changes: 6 additions & 0 deletions rust/signed_doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ tracing = "0.1.40"
thiserror = "2.0.11"
chrono = "0.4.42"

# CID v1 support
cid = "0.11.1"
multihash = { version = "0.19.3", features = ["serde-codec"] }
sha2 = "0.10"
multibase = "0.9.2"

[dev-dependencies]
base64-url = "3.0.0"
rand = "0.8.5"
Expand Down
Loading