Skip to content

Commit

Permalink
Merge pull request #13 from LFDT-Lockness/add-fields
Browse files Browse the repository at this point in the history
Add fields to cargo toml required for publishing
  • Loading branch information
survived authored Nov 18, 2024
2 parents a188bbe + 3770ceb commit 0f1b9ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down
6 changes: 6 additions & 0 deletions givre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f1b9ae

Please sign in to comment.