forked from hyperledger/aries-vcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (33 loc) · 766 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
33
34
35
[workspace]
members = [
"aries_vcx",
"libvcx",
"libvcx_core",
"agency_client",
"libvdrtools",
"messages_macros",
"messages",
"shared_vcx",
"diddoc_legacy",
"agents/rust/aries-vcx-agent",
"wrappers/vcx-napi-rs",
"aries_vcx_core",
"uniffi_aries_vcx/core",
"did_doc",
"did_parser",
"did_resolver",
"did_resolver_registry",
"did_resolver_sov",
"did_resolver_web",
"indy_ledger_response_parser"
]
[workspace.package]
version = "0.56.0"
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
description = "Absa's fork of HL LibVCX"
license = "Apache-2.0"
edition = "2021"
[profile.release]
debug = 0
panic = 'unwind'
incremental = false