binf/Cargo.toml
2023-10-06 21:51:59 +02:00

13 lines
351 B
TOML
Executable file

[package]
name = "binf"
version = "1.0.0-rc1"
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/"
[dependencies]
binf_macros = { path = "macros" }