Skip to content

Commit

Permalink
init chain command
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Dec 18, 2024
1 parent d847df9 commit a10b0a0
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 131 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bin/katana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ katana-primitives.workspace = true

anyhow.workspace = true
byte-unit = "5.1.4"
cainome.workspace = true
clap.workspace = true
clap_complete.workspace = true
comfy-table = "7.1.1"
dirs = "5.0.1"
dojo-utils.workspace = true
inquire = "0.7.5"
serde.workspace = true
serde_json.workspace = true
shellexpand = "3.1.0"
spinoff.workspace = true
starknet.workspace = true
tokio.workspace = true
toml.workspace = true
serde.workspace = true
inquire = "0.7.5"
thiserror.workspace = true
futures.workspace = true

[dev-dependencies]
assert_matches.workspace = true
Expand Down
Loading

0 comments on commit a10b0a0

Please sign in to comment.