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 Dec 1, 2022
1 parent 961964a commit e3c4269
Show file tree
Hide file tree
Showing 6 changed files with 564 additions and 228 deletions.
179 changes: 176 additions & 3 deletions Cargo.lock

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

4 changes: 4 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.25"
futures = "0.3.25"
Expand All @@ -32,6 +33,7 @@ reqwest-retry = "0.2.0"
serde = { version = "1.0.148", features = ["derive"] }
serde_json = "1.0.89"
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
strum = { version = "0.24.1", features = ["derive"] }
tar = "0.4.38"
tokio = { version = "1.22.0", features = ["macros"] }
tokio-tungstenite = { version = "0.17.2", features = ["native-tls"] }
Expand Down Expand Up @@ -60,6 +62,8 @@ features = ["loader"]
vendored-openssl = ["openssl/vendored"]

[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 e3c4269

Please sign in to comment.