binf/Cargo.toml
2024-06-15 11:34:07 +02:00

16 lines
409 B
TOML

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