Skip to content

Commit 58911ad

Browse files
committed
Improve manifest metadata
Mirror the metadata in `rust-bitcoin` by: - Updating the 'repository' entry to the `rust-bitcoin` github org - Adding a 'homepage' entry - Add a 'keywords' entry (use the cringy 'crypto' keyword) - Add a 'readme' entry - Order the entries as is done in `rust-bitcoin` for uniformity
1 parent 6fe4bce commit 58911ad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
name = "miniscript"
33
version = "7.0.0"
44
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
5-
repository = "https://github.com/apoelstra/miniscript"
6-
description = "Miniscript: a subset of Bitcoin Script designed for analysis"
75
license = "CC0-1.0"
6+
homepage = "https://github.com/rust-bitcoin/rust-miniscript/"
7+
repository = "https://github.com/rust-bitcoin/rust-miniscript/"
8+
description = "Miniscript: a subset of Bitcoin Script designed for analysis"
9+
keywords = [ "crypto", "bitcoin"]
10+
readme = "README.md"
811

912
[features]
1013
compiler = []

0 commit comments

Comments
 (0)