diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,3 +13,5 @@ path = "src/main.rs" [dependencies] ctrlc = "3.4.2" +notify = "6.1.1" +signals2 = "0.3.3" |
index : dwarvish.git | ||
a (mostly) posix compliant shell and tiny functional programming language |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Cargo.toml | 2 |
@@ -13,3 +13,5 @@ path = "src/main.rs" [dependencies] ctrlc = "3.4.2" +notify = "6.1.1" +signals2 = "0.3.3" |