binf/Cargo.toml
2024-02-09 14:39:33 +01:00

18 lines
419 B
TOML
Executable file

[package]
name = "binf"
version = "1.1.1"
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.srht.davidon.top/~davidontop/binf"
documentation = "https://docs.rs/binf/"
[workspace]
members = [
"macros"
]
[dependencies]
binf_macros = { version = "1.1.1", path = "macros" }