Skip to content

Commit

Permalink
feat: update flow
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda committed Jan 1, 2025
1 parent ee40e86 commit dea2c51
Show file tree
Hide file tree
Showing 10 changed files with 649 additions and 251 deletions.
57 changes: 39 additions & 18 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
alloy = { version = "0.1.4", features = ["full"] }
alloy-primitives = "0.7.7"
anyhow = "1.0.86"
dialoguer = "0.11.0"
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
dirs = "5.0.1"
reqwest = "0.12.9"
rpassword = "7.3.1"
Expand All @@ -16,3 +16,4 @@ serde_json = "1.0.120"
structopt = "0.3.26"
tokio = { version = "1.38.0", features = ["full"] }
colored = "2.0"
futures = "0.3.31"
Loading

0 comments on commit dea2c51

Please sign in to comment.