Skip to content

Commit

Permalink
revert move of aries-vcx-agent.
Browse files Browse the repository at this point in the history
it's in right place for now.

Signed-off-by: Naian <[email protected]>
  • Loading branch information
nain-F49FF806 committed Nov 14, 2023
1 parent 9b98a0f commit 19e6d00
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
"diddoc_legacy",
"aries/agents/rust/mediator",
"aries/agents/rust/mediator/client-tui",
"aries/agents/rust/aries-vcx-agent",
"agents/rust/aries-vcx-agent",
"wrappers/vcx-napi-rs",
"aries_vcx_core",
"uniffi_aries_vcx/core",
Expand Down
3 changes: 2 additions & 1 deletion aries/agents/rust/README.md → agents/rust/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Rust agents

This directory contains some of Rust agents built on top of the `aries_vcx` crate:
- `aries-vcx-agent` - aries agent library providing used to build our cross-framework testing [backchannel](https://github.com/hyperledger/aries-agent-test-harness/tree/main/aries-backchannels/aries-vcx)

- `aries-vcx-agent` - aries agent library providing used to build our cross-framework testing [backchannel](https://github.com/hyperledger/aries-agent-test-harness/tree/main/aries-backchannels/aries-vcx)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition.workspace = true

[dependencies]
serde = "1.0.145"
aries_vcx = { path = "../../../../aries_vcx" }
aries_vcx_core = { path = "../../../../aries_vcx_core", features = [
aries_vcx = { path = "../../../aries_vcx" }
aries_vcx_core = { path = "../../../aries_vcx_core", features = [
"credx",
"vdrtools_wallet",
] }
shared_vcx = { path = "../../../../shared_vcx" }
shared_vcx = { path = "../../../shared_vcx" }
async-trait = "0.1.64"
derive_builder = "0.12.0"
serde_json = "1.0.85"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 19e6d00

Please sign in to comment.