diff --git a/rust/libnotcurses-sys/Cargo.toml b/rust/libnotcurses-sys/Cargo.toml index 5aee11a54..7049eae5b 100644 --- a/rust/libnotcurses-sys/Cargo.toml +++ b/rust/libnotcurses-sys/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "libnotcurses-sys" -version = "1.1.0" +authors = ["nick black "] +license = "Apache-2.0" +description = "Low-level rust bindings for the notcurses C library." +repository = "https://github.com/dankamongmen/notcurses" +homepage = "https://nick-black.com/dankwiki/index.php/Notcurses" +version = "1.0.2" links = "notcurses" build = "build.rs" edition = "2018"