diff --git a/payjoin-cli/Cargo.toml b/payjoin-cli/Cargo.toml index 3fd8b872..c0a49475 100644 --- a/payjoin-cli/Cargo.toml +++ b/payjoin-cli/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "payjoin-cli" version = "0.0.1-alpha" -authors = ["Dan Gould ", "Martin Habovstiak "] +authors = ["Dan Gould "] repository = "https://github.com/payjoin/rust-payjoin" readme = "README.md" +keywords = ["bip78", "payjoin", "bitcoin"] +categories = ["cryptography::cryptocurrencies", "network-programming"] +license = "MITNFA" edition = "2021" resolver = "2" exclude = ["tests"] diff --git a/payjoin/Cargo.toml b/payjoin/Cargo.toml index 8b75fb83..645bfaf8 100644 --- a/payjoin/Cargo.toml +++ b/payjoin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "payjoin" version = "0.11.0" -authors = ["Dan Gould "] +authors = ["Dan Gould "] description = "Payjoin Library for the BIP78 Pay to Endpoint protocol." repository = "https://github.com/payjoin/rust-payjoin" readme = "../README.md"