Skip to content

Commit c2064fe

Browse files
committed
docs: add additional notes about usage.
1 parent 43ce518 commit c2064fe

File tree

29 files changed

+5
-5
lines changed

29 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ mtma-node-test-global-storage-not-empty-criterion = { path = "checks/node/citeri
184184
mtma-migrator-test-types = { path = "checks/migrator/util/types" }
185185

186186
## util
187-
movement-syncing = { path = "util/movement/movement-syncing" }
188-
movement-core = { path = "util/movement/movement-core" }
189-
movement-core-util = { path = "util/movement/movement-util" }
187+
movement-syncing = { path = "util/movement/syncing" }
188+
movement-core = { path = "util/movement/core" }
189+
movement-core-util = { path = "util/movement/core-util" }
190190
movement-aptos = { path = "util/movement-aptos/movement-aptos" }
191-
movement-aptos-core = { path = "util/movement-aptos/movement-aptos-core" }
192-
movement-aptos-core-util = { path = "util/movement-aptos/movement-aptos-util" }
191+
movement-aptos-core = { path = "util/movement-aptos/core" }
192+
movement-aptos-core-util = { path = "util/movement-aptos/core-util" }
193193
mtma-types = { path = "util/types" }
194194

195195
[workspace.lints.clippy]
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 commit comments

Comments
 (0)