[package] name = "algods" version = "0.1.0" edition = "2021" authors = ["Georges "] license = "MIT" description = "A collection of data structures and algorithms" readme = false repository = "https://github.com/geosarr/algods.git" build = false keywords = ["algorithm", "data-structure", "graph"] categories = ["algorithms", "data-structure"] [dependencies] bitvec = "1" rand = "0.8" clap = { version = "4.0.9", features = ["derive"] }