binf/Cargo.toml

19 lines
403 B
TOML
Raw Normal View History

2023-02-05 11:35:47 +01:00
[package]
name = "binf"
2023-10-14 09:00:36 +02:00
version = "1.0.1"
2023-02-05 11:35:47 +01:00
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/"
2023-11-03 20:02:21 +01:00
[workspace]
members = [
"macros"
]
2023-02-05 11:35:47 +01:00
[dependencies]
2023-11-03 21:29:21 +01:00
binf_macros = { version = "1.0.1", path = "macros" }