From 5a3ea43c8fcb6e1912809f82c64cf5e08a5f2d9c Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Thu, 25 Mar 2021 00:12:56 +0000 Subject: [PATCH] update cargo.toml --- src/rustapi/pqc-sys/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rustapi/pqc-sys/Cargo.toml b/src/rustapi/pqc-sys/Cargo.toml index c65720ac..e3ae7a35 100644 --- a/src/rustapi/pqc-sys/Cargo.toml +++ b/src/rustapi/pqc-sys/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Kris Kwiatkowski "] edition = "2018" links = "pqc_s" build = "src/build.rs" +description = "Rust bindings for PQ CryptoCatalog" +license = "BSD-2-Clause" +homepage = "github.com/henrydcase/pqc" [build-dependencies] cmake = "0.1.31"