diff --git a/Makefile b/Makefile index 25c94cf..f90ed6b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ docs-private: RUSTDOCFLAGS="--html-in-header katex-header.html --cfg docsrs" cargo +nightly doc --no-deps --all-features --document-private-items readme: - cargo readme --no-title -r givre -i src/lib.rs \ + cargo readme --no-title --no-license -r givre -i src/lib.rs \ | sed -E 's/(\/\*.+\*\/)/\1;/' \ | sed -E '/^\[`.+`\]:/d' \ | sed -E 's/\[`([^`]*)`\]\(.+?\)/`\1`/g' \ diff --git a/givre/Cargo.toml b/givre/Cargo.toml index d4fc96d..ade8922 100644 --- a/givre/Cargo.toml +++ b/givre/Cargo.toml @@ -2,6 +2,12 @@ name = "givre" version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +description = "TSS Schnorr/EdDSA implementation based on FROST" +repository = "https://github.com/LFDT-Lockness/givre" +categories = ["algorithms", "cryptography"] +keywords = ["mpc", "threshold-signatures", "tss", "schnorr", "eddsa"] +readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html