[package] name = "puzzle-paths" version = "0.0.9" authors = ["Sebastian Schüpbach "] repository = "https://gitlab.switch.ch/ub-unibas/puzzle-app/puzzle-paths" homepage = "https://ub.unibas.ch" documentation = "https://docs.rs/puzzle-paths" edition = "2021" description = "Provides SVG paths for creating a jigsaw puzzle of an image" license = "MIT OR Apache-2.0" readme = "README.md" categories = ["graphics", "multimedia::images", "game-development"] keywords = ["svg", "puzzle", "template", "game"] include = [ "**/*.rs", "Cargo.toml", ] [[example]] name = "puzzle-9-pieces"