File tree Expand file tree Collapse file tree 7 files changed +49
-7
lines changed Expand file tree Collapse file tree 7 files changed +49
-7
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,11 @@ rust-version = { workspace = true }
12
12
mtma-migrator-types = { workspace = true }
13
13
mtma-migrator-test-types = { workspace = true }
14
14
anyhow = { workspace = true }
15
- mtma-migrator-test-transacting-criterion = { workspace = true }
16
15
mtma-migrator-test-accounts-equal-criterion = { workspace = true }
17
16
mtma-node-null-core = { workspace = true }
18
17
tokio = { workspace = true }
19
- rand = { workspace = true }
20
18
kestrel = { workspace = true }
21
19
mtma-node-test-types = { workspace = true }
22
- aptos-sdk = { workspace = true }
23
20
24
21
[dev-dependencies ]
25
22
tracing-test = { workspace = true }
Original file line number Diff line number Diff line change 1
1
pub mod accounts_equal;
2
- pub mod transacting;
Original file line number Diff line number Diff line change
1
+ [package ]
2
+ name = " mtma-migrator-transacting"
3
+ version = { workspace = true }
4
+ edition = { workspace = true }
5
+ license = { workspace = true }
6
+ authors = { workspace = true }
7
+ homepage = { workspace = true }
8
+ publish = { workspace = true }
9
+ rust-version = { workspace = true }
10
+
11
+ [dependencies ]
12
+ mtma-migrator-types = { workspace = true }
13
+ mtma-migrator-test-types = { workspace = true }
14
+ anyhow = { workspace = true }
15
+ aptos-sdk = { workspace = true }
16
+ mtma-migrator-test-transacting-criterion = { workspace = true }
17
+ mtma-node-null-core = { workspace = true }
18
+ tokio = { workspace = true }
19
+ kestrel = { workspace = true }
20
+ mtma-node-test-types = { workspace = true }
21
+ rand = { workspace = true }
22
+
23
+ [dev-dependencies ]
24
+ tracing-test = { workspace = true }
25
+ tracing = { workspace = true }
26
+
27
+ [lints ]
28
+ workspace = true
Original file line number Diff line number Diff line change
1
+ # Migration Executor Checks Sketchpad
2
+ A sketchpad for playing around with checks on the testpad.
Original file line number Diff line number Diff line change
1
+ pub mod transacting;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments