[package] name = "binf" version = "1.0.2" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags" authors = ["0David "] readme = "README.md" repository = "https://github.com/D0A1V2I3D/binf" documentation = "https://docs.rs/binf/" [workspace] members = [ "macros" ] [dependencies] binf_macros = { version = "1.0.2", path = "macros" }