Skip to content

Commit

Permalink
rename crates to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed May 6, 2024
1 parent 8d5dd5a commit 304b6a1
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["crates/*"]
members = ["packages/*"]
resolver = "2"

[workspace.package]
Expand All @@ -11,6 +11,6 @@ categories = ["cryptography::cryptocurrencies"]
keywords = ["CosmWasm"]

[workspace.dependencies]
storey = { path = "crates/storey", version = "0.1" }
storey-encoding = { path = "crates/storey-encoding", version = "0.1" }
storey-storage = { path = "crates/storey-storage", version = "0.1" }
storey = { path = "packages/storey", version = "0.1" }
storey-encoding = { path = "packages/storey-encoding", version = "0.1" }
storey-storage = { path = "packages/storey-storage", version = "0.1" }
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.

0 comments on commit 304b6a1

Please sign in to comment.