forked from LedgerDomain/did-webplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (31 loc) · 921 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[patch.crates-io]
pneutype = { git = "https://github.com/vdods/pneutype", rev = "pneutype-v0.5.1" }
selfhash = { git = "https://github.com/LedgerDomain/selfhash", branch = "vjson" }
selfsign = { git = "https://github.com/LedgerDomain/selfsign", branch = "jsonpath" }
[workspace]
resolver = "2"
members = [
"did-key",
"did-webplus/cli",
"did-webplus/cli-lib",
"did-webplus/core",
"did-webplus/doc-storage-postgres",
"did-webplus/doc-storage-sqlite",
"did-webplus/doc-store",
"did-webplus/jws",
"did-webplus/mock",
"did-webplus/resolver",
"did-webplus/software-wallet",
"did-webplus/vdg",
"did-webplus/vdg-lib",
"did-webplus/vdr",
"did-webplus/vdr-lib",
"did-webplus/wallet",
"did-webplus/wallet-store",
"did-webplus/wallet-storage-sqlite",
"test-util",
"verifier-resolver",
"vjson/core",
"vjson/storage-sqlite",
"vjson/store",
]