[package] name = "bitregions" version = "0.2.5" authors = ["Zach Marcantel "] description = "Generate a unit structure to represent a set of bit-regions." edition = "2018" license = "GPL-3.0-or-later" repository = "https://github.com/zmarcantel/bitregions" readme = "README.md" keywords = ["ffi", "bitflags", "embedded", "bits"] [dependencies] bitregions-impl = { version = "0.2.5", path = "./impl" } [workspace] members = [ "./impl", ]