binf/Cargo.toml

19 lines
406 B
TOML
Raw Normal View History

2023-02-05 11:35:47 +01:00
[package]
name = "binf"
2024-05-01 17:13:03 +02:00
version = "1.1.2"
2023-02-05 11:35:47 +01:00
edition = "2021"
license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
2024-02-09 14:37:40 +01:00
authors = ["DavidOnTop <me@davidon.top>"]
2023-02-05 11:35:47 +01:00
readme = "README.md"
2024-05-01 17:13:03 +02:00
repository = "https://git.davidon.top/binf.git"
2023-02-05 11:35:47 +01:00
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]
2024-02-09 14:39:33 +01:00
binf_macros = { version = "1.1.1", path = "macros" }