33-3-4/Cargo.toml
Jiří Sejkora 3d17279613 Randomized improvements
Randomly choose one close cheaper house and try to move there.
2020-12-23 05:18:20 +01:00

20 lines
385 B
TOML

[package]
name = "prague"
version = "0.1.0"
authors = ["Jiří Sejkora <sejsel@sejsel.cz>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1.3.4"
rand = "0.8.0"
indicatif = "0.15.0"
[[bin]]
name = "prague"
path = "src/main.rs"
[[bin]]
name = "find-useless"
path = "src/find_useless.rs"