Cargo.tomlView |
---|
6 | 6 … | edition = "2018" |
7 | 7 … | |
8 | 8 … | [dependencies] |
9 | 9 … | tokio = { version = "1.0", features = ["rt-multi-thread"] } |
10 | | -# didkit = { git = "https://github.com/spruceid/didkit/", rev = "c79e92f32ca1f07f2fadec0bb0860089e5aa9f7d" } |
11 | | -ssi = { git = "https://github.com/spruceid/ssi/", rev = "69255be2836475549bd366fd1ef7e8168a3ac52e", features = ["http-did"] } |
12 | | -did-key = { git = "https://github.com/spruceid/ssi/", rev = "69255be2836475549bd366fd1ef7e8168a3ac52e" } |
13 | | -did-web = { git = "https://github.com/spruceid/ssi/", rev = "69255be2836475549bd366fd1ef7e8168a3ac52e" } |
14 | | -did-tezos = { git = "https://github.com/spruceid/ssi/", rev = "69255be2836475549bd366fd1ef7e8168a3ac52e" } |
| 10 … | +# didkit = { git = "https://github.com/spruceid/didkit/", rev = "ecfe9730f8896af5d5b86133f87a1b54a89a22d7" } |
| 11 … | +ssi = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909", features = ["http-did"] } |
| 12 … | +did-key = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" } |
| 13 … | +did-web = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" } |
| 14 … | +did-tezos = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" } |
15 | 15 … | thiserror = "1.0" |
16 | 16 … | async-std = "1.9" |
17 | 17 … | serde_json = "1.0" |
18 | 18 … | |