From f1b17e964bd71c001763164e8390fd5cd8add8de Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 15 Jan 2020 01:46:21 -0500 Subject: [PATCH] add package stuffs --- rust/libnotcurses-sys/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"