Skip to content

Commit 85f6e11

Browse files
Complete Cargo.toml for publication to crates.io (#6)
* Complete Cargo.toml * Add "semver" keyword to Cargo.toml Co-authored-by: Alex Tokarev <[email protected]>
1 parent fdfb328 commit 85f6e11

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
[package]
22
name = "pubgrub"
33
version = "0.1.0"
4-
authors = ["Matthieu Pizenberg <[email protected]>"]
4+
authors = ["Matthieu Pizenberg <[email protected]>", "Alex Tokarev <[email protected]>"]
55
edition = "2018"
6+
description = "PubGrub version solving algorithm"
7+
readme = "README.md"
8+
repository = "https://github.com/mpizenberg/pubgrub-rs"
9+
license = "MPL-2.0"
10+
keywords = ["dependency", "pubgrub", "semver", "solver", "version"]
11+
categories = ["algorithms"]
12+
include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples/**"]
613

714
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
815

@@ -11,4 +18,3 @@ thiserror = "1.0"
1118

1219
[dev-dependencies]
1320
proptest = "0.10.1"
14-
anyhow = "1.0"

0 commit comments

Comments
 (0)