Skip to content

Commit

Permalink
Move packages to crates directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Nov 27, 2024
1 parent 8e51d81 commit f5529cd
Show file tree
Hide file tree
Showing 83 changed files with 9 additions and 16 deletions.
19 changes: 6 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ keywords = ["pki", "did", "vc", "vp"]
edition = "2021"

[workspace]
members = [
"trustchain-api",
"trustchain-cli",
"trustchain-core",
"trustchain-ffi",
"trustchain-http",
"trustchain-ion",
]
members = ["crates/*"]
resolver = "2"

[workspace.dependencies]
Expand Down Expand Up @@ -73,8 +66,8 @@ tracing = "0.1"
tracing-subscriber = "0.3"

[dependencies]
trustchain-api = { path = "./trustchain-api", version = "0.1.0" }
trustchain-core = { path = "./trustchain-core", version = "0.2.0" }
trustchain-ffi = { path = "./trustchain-ffi", version = "0.1.0" }
trustchain-http = { path = "./trustchain-http", version = "0.1.0" }
trustchain-ion = { path = "./trustchain-ion", version = "0.2.0" }
trustchain-api = { path = "crates/trustchain-api", version = "0.1.0" }
trustchain-core = { path = "crates/trustchain-core", version = "0.2.0" }
trustchain-ffi = { path = "crates/trustchain-ffi", version = "0.1.0" }
trustchain-http = { path = "crates/trustchain-http", version = "0.1.0" }
trustchain-ion = { path = "crates/trustchain-ion", version = "0.2.0" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"y": "z737jJY7kxW_lpE1eZur-9n9_HUEGFyBGsTdChzI4Kg",
"d": "CfdUwQ-CcBQkWpIDPjhSJAq2SCg6hAGdcvLmCj0aA-c"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"requester_org": "myTrustworthyEntity",
"operator_name": "trustworthyOperator"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"requester_org": "myTrustworthyEntity",
"operator_name": "trustworthyOperator"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f5529cd

Please sign in to comment.