[package] name = "kp_heuristics" version = "0.1.2" authors = ["amarrerod "] edition = "2018" license ="MIT" description = "Heuristics for the Knapsack Problem" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand="0.8.5"