Version bump: 0.2.0.
This commit is contained in:
parent
bfb85a9f1d
commit
9f9549ee56
@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "puzzle-solver"
|
name = "puzzle-solver"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["David Wang <millimillenary@gmail.com>"]
|
authors = ["David Wang <millimillenary@gmail.com>"]
|
||||||
homepage = "https://github.com/wangds/puzzle-solver.git"
|
homepage = "https://github.com/wangds/puzzle-solver.git"
|
||||||
repository = "https://github.com/wangds/puzzle-solver.git"
|
repository = "https://github.com/wangds/puzzle-solver.git"
|
||||||
documentation = "https://docs.rs/puzzle-solver/"
|
documentation = "https://docs.rs/puzzle-solver/"
|
||||||
description = "Solve logic puzzles by describing their constraints. Suitable for puzzles such as Sudoku."
|
description = "Solve logic puzzles by describing their constraints. Suitable for puzzles such as Sudoku and Kakuro."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["constraint", "puzzle", "sudoku"]
|
keywords = ["constraint", "puzzle", "sudoku"]
|
||||||
|
Loading…
Reference in New Issue
Block a user