git ssb

0+

cel-desktop / dillo-did



Tree: c513c072751a27f11ddced0149d9b43a147ebf48

Files: c513c072751a27f11ddced0149d9b43a147ebf48 / Cargo.toml

973 bytesRaw
1[package]
2name = "dillo-did"
3version = "0.1.0"
4authors = ["Charles E. Lehner <cel@celehner.com>"]
5license = "Apache-2.0"
6edition = "2018"
7
8[dependencies]
9tokio = { version = "1.0", features = ["rt-multi-thread"] }
10# didkit = { git = "https://github.com/spruceid/didkit/", rev = "ecfe9730f8896af5d5b86133f87a1b54a89a22d7" }
11ssi = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909", features = ["http-did"] }
12did-key = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" }
13did-web = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" }
14did-tezos = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" }
15thiserror = "1.0"
16async-std = "1.9"
17serde_json = "1.0"
18
19[[bin]]
20name = "did-dpi"
21path = "src/main.rs"
22
23# Optimize release for small binary size
24[profile.release]
25opt-level = 'z'
26lto = true
27codegen-units = 1
28

Built with git-ssb-web