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