[package] name = "m6coll" version = "0.2.0" edition = "2021" repository = "https://github.com/minghu6/rust-m6coll/" license = "0BSD" description = "Small Smart Collections using prefix m6" [dependencies] m6arr = { path = "./m6arr", version = "0.2.0" } m6entry = { path = "./m6entry", version = "0.1.0" } m6bitmap = { path = "./m6bitmap", version = "0.1.0" } [workspace] members = ["m6arr", "m6entry", "m6bitmap"]