big updates v1 rc1
This commit is contained in:
parent
503f52b60a
commit
48b1ffeb99
11 changed files with 387 additions and 101 deletions
3
Cargo.toml
Normal file → Executable file
3
Cargo.toml
Normal file → Executable file
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "binf"
|
||||
version = "0.2.3"
|
||||
version = "1.0.0-rc1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "A crate that adds utilities for dealing with binary flags"
|
||||
|
@ -10,3 +10,4 @@ repository = "https://github.com/D0A1V2I3D/binf"
|
|||
documentation = "https://docs.rs/binf/"
|
||||
|
||||
[dependencies]
|
||||
binf_macros = { path = "macros" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue