Skip to content

Commit

Permalink
Added aries_vcx features for libvcx_core
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Mircea <[email protected]>
  • Loading branch information
bobozaur committed Oct 24, 2023
1 parent b0a731f commit 3a4c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvcx_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = "1.0.97"
serde_json = "1.0.40"
serde_derive = "1.0.97"
futures = { version = "0.3", default-features = false }
aries-vcx = { path = "../aries_vcx" }
aries-vcx = { path = "../aries_vcx", features = ["credx", "vdrtools_wallet"] }
aries_vcx_core = { path = "../aries_vcx_core" }
diddoc_legacy = { path = "../diddoc_legacy" }
thiserror = "1.0.37"
Expand Down

0 comments on commit 3a4c426

Please sign in to comment.