Skip to content

Commit

Permalink
Shuffle files
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Nov 16, 2023
1 parent 4ba828d commit d8bfe62
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ members = [
"did_resolver_registry",
"did_resolver_sov",
"did_resolver_web",
"aries/public_key",
"public_key",
"indy_ledger_response_parser",
"tools/wallet_migrator",
"tools/simple_message_relay",
Expand Down
5 changes: 0 additions & 5 deletions agents/rust/README.md

This file was deleted.

6 changes: 6 additions & 0 deletions aries/agents/rust/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Rust agents

This directory contains some of Rust agents built on top of the `aries_vcx` crate:

- [`aries-vcx-agent`](./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)
- [`mediator`](./mediator) - didcomm mediator service
2 changes: 1 addition & 1 deletion did_doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
base64 = "0.21.2"
bs58 = "0.5.0"
did_parser = { path = "../did_parser" }
public_key = { path = "../aries/public_key" }
public_key = { path = "../public_key" }
hex = "0.4.3"
multibase = "0.9.1"
pem = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion did_doc_sov/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
base64 = "0.21.2" # TODO: Remove after transition to new DDO is done
did_doc = { path = "../did_doc" }
did_key = { path = "../did_key" }
public_key = { path = "../aries/public_key" } # TODO: Remove after transition to new DDO is done
public_key = { path = "../public_key" } # TODO: Remove after transition to new DDO is done
serde = { version = "1.0.159", default-features = false, features = ["derive"] }
serde_json = "1.0.95"
thiserror = "1.0.40"
Expand Down
2 changes: 1 addition & 1 deletion did_key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
public_key = { path = "../aries/public_key" }
public_key = { path = "../public_key" }
did_parser = { path = "../did_parser" }
serde = "1.0.175"
serde_json = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion did_peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ did_parser = { path = "../did_parser" }
did_doc = { path = "../did_doc" }
did_doc_sov = { path = "../did_doc_sov" }
did_resolver = { path = "../did_resolver" }
public_key = { path = "../aries/public_key" }
public_key = { path = "../public_key" }
thiserror = "1.0.40"
regex = "1.8.4"
serde = { version = "1.0.164", features = ["derive"] }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d8bfe62

Please sign in to comment.