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"