diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,4 +10,6 @@ name = "dwvsh" path = "src/main.rs" [dependencies] +libc = "0.2.153" signal-hook = "0.3.17" +thiserror = "1.0.57" |
index : dwarvish.git | ||
a (mostly) posix compliant shell and tiny functional programming language |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Cargo.toml | 2 |
@@ -10,4 +10,6 @@ name = "dwvsh" path = "src/main.rs" [dependencies] +libc = "0.2.153" signal-hook = "0.3.17" +thiserror = "1.0.57" |