[package] name = "rustsp" version = "0.0.1" edition = "2021" description = "Yet another TSP solver (in development)" homepage = "https://github.com/lquenti/rustsp" repository = "https://github.com/lquenti/rustsp" license = "MIT" authors = ["Lars Quentin ", "Maxim Barnstorf "] readme = "./README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]