binf/Cargo.toml
davidontop ed547c757a
All checks were successful
checks / test (push) Successful in 13s
checks / clippy (push) Successful in 11s
checks / format (push) Successful in 5s
fix actions
2024-08-13 09:23:31 +02:00

16 lines
413 B
TOML
Executable file

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