diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "dwarvish" version = "0.0.0" edition = "2021" license = "MIT" -description = "A POSIX compliance shell and tiny functional programming language" +description = "A (mostly) POSIX compliant shell and tiny functional programming language" [[bin]] name = "dwvsh" |