binf/Cargo.toml

13 lines
313 B
TOML
Raw Normal View History

2023-02-05 11:35:47 +01:00
[package]
name = "binf"
2023-02-05 15:42:57 +01:00
version = "0.2.2"
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/"
[dependencies]