binf/Cargo.toml

17 lines
413 B
TOML
Raw Permalink Normal View History

2023-02-05 11:35:47 +01:00
[package]
name = "binf"
2024-08-13 09:23:31 +02:00
version = "1.1.3"
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-08-13 09:23:31 +02:00
repository = "https://git.davidon.top/davidontop/binf.git"
2024-05-01 17:15:22 +02:00
documentation = "https://docs.rs/binf"
2023-02-05 11:35:47 +01:00
2023-11-03 20:02:21 +01:00
[workspace]
2024-06-15 11:34:07 +02:00
members = ["macros"]
2023-11-03 20:02:21 +01:00
2023-02-05 11:35:47 +01:00
[dependencies]
2024-08-13 09:23:31 +02:00
binf_macros = { version = "1.1.3", path = "macros" }