diff --git a/Cargo.toml b/Cargo.toml index c286ffd..92aedb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,17 @@ name = "puzzle-solver" version = "0.1.0" authors = ["David Wang "] +homepage = "https://github.com/wangds/puzzle-solver.git" +repository = "https://github.com/wangds/puzzle-solver.git" +documentation = "https://docs.rs/puzzle-solver/" +description = "Solve logic puzzles by describing their constraints. Suitable for puzzles such as Sudoku." license = "MIT" +readme = "README.md" +keywords = ["constraint", "puzzle", "sudoku"] +categories = ["science"] [dependencies] -bit-set = "*" +bit-set = "0.4" + +[badges] +travis-ci = { repository = "wangds/puzzle-solver" }