Skip to content

Commit

Permalink
feat: interactive project initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Procrat committed Nov 30, 2022
1 parent e3fb067 commit 9d92bb1
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 215 deletions.
167 changes: 159 additions & 8 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions cargo-shuttle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ clap = { version = "3.2.17", features = ["derive", "env"] }
clap_complete = "3.2.5"
crossbeam-channel = "0.5.6"
crossterm = "0.25.0"
dialoguer = { version = "0.10.2", features = ["fuzzy-select"] }
dirs = "4.0.0"
flate2 = "1.0.24"
futures = "0.3.23"
Expand Down Expand Up @@ -56,6 +57,8 @@ path = "../service"
features = ["loader"]

[dev-dependencies]
assert_cmd = "2.0.6"
rexpect = "0.5.0"
tempfile = "3.3.0"
test-context = "0.1.4"
# Tmp until this branch is merged and released
Expand Down
Loading

0 comments on commit 9d92bb1

Please sign in to comment.