diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = 3 [[package]] name = "dwarvish" -version = "0.0.0" +version = "0.0.1" dependencies = [ "libc", "signal-hook", @@ -4,6 +4,9 @@ version = "0.0.1" edition = "2021" license = "BSD-3-Clause" description = "A (mostly) POSIX compliant shell and tiny functional programming language" +homepage = "https://dwarvish.org" +documentation = "https://dwarvish.org" +repository = "https://git.dwarvish.org/dwarvish.git/" [[bin]] name = "dwvsh" |