binf/Cargo.toml
2023-11-03 21:32:43 +01:00

18 lines
403 B
TOML
Executable file

[package]
name = "binf"
version = "1.0.2"
edition = "2021"
license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
authors = ["0David <me@davidon.top>"]
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" }