diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-04-04 01:19:04 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-04-04 01:27:23 -0400 |
| commit | 7952b4b11423f7fb582e71ec982b18e6a780562e (patch) | |
| tree | f425cc764b8f74ca6be58b8fed9a32cee63553d2 /Cargo.toml | |
| parent | b7b4b264fa4f3b1deedc872e89d62895208d4583 (diff) | |
add support for SIGINT/SIGTERM with ctrlc crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ chrono = "0.4" fern = { version = "0.5", features = ["colored"] } diesel = { version = "1.0.0", features = ["postgres"], optional = true } cfg-if = "0.1" +ctrlc = { version = "3.0", features = ["termination"] } [dependencies.serenity] # version = "~0.5" |
