Skip to content

Commit

Permalink
cargo-shuttle: added sigint and sigterm handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianbarbu committed Apr 25, 2023
1 parent 45ede09 commit c5bf4f0
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 187 deletions.
2 changes: 1 addition & 1 deletion cargo-shuttle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde_json = { workspace = true }
sqlx = { workspace = true, features = ["runtime-tokio-native-tls", "postgres"] }
strum = { workspace = true }
tar = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
tokio = { workspace = true, features = ["macros", "signal"] }
tokio-tungstenite = { version = "0.18.0", features = ["native-tls"] }
toml = { workspace = true }
toml_edit = { workspace = true }
Expand Down
Loading

0 comments on commit c5bf4f0

Please sign in to comment.