Skip to content

Commit

Permalink
remove vdrtools crate 💥
Browse files Browse the repository at this point in the history
Signed-off-by: gmulhearn <[email protected]>
  • Loading branch information
gmulhearn committed Oct 11, 2024
1 parent 7c74697 commit d9aeb42
Show file tree
Hide file tree
Showing 77 changed files with 56 additions and 19,314 deletions.
657 changes: 55 additions & 602 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ resolver = "2"

members = [
"aries/aries_vcx",
"aries/misc/legacy/libvdrtools",
"aries/messages_macros",
"aries/messages",
"aries/misc/shared",
Expand Down
2 changes: 1 addition & 1 deletion aries/agents/mediator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ messages = { path = "../../messages" }
reqwest = { version = "0.12.5", features = ["json"] }
serde = "1.0.188"
serde_json = "1.0.106"
sqlx = "0.7"
sqlx = { version = "0.7", features = ["mysql"] }
thiserror = "1.0.49"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tower-http = { version = "0.5.2", features = ["catch-panic"] }
Expand Down
50 changes: 0 additions & 50 deletions aries/misc/legacy/libvdrtools/Cargo.toml

This file was deleted.

20 changes: 0 additions & 20 deletions aries/misc/legacy/libvdrtools/indy-api-types/Cargo.toml

This file was deleted.

This file was deleted.

101 changes: 0 additions & 101 deletions aries/misc/legacy/libvdrtools/indy-api-types/src/domain/wallet/mod.rs

This file was deleted.

Loading

0 comments on commit d9aeb42

Please sign in to comment.