1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00
bitbuffer/Cargo.toml
2020-12-06 01:08:53 +01:00

19 lines
441 B
TOML

[package]
name = "bitbuffer"
version = "0.8.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/bitbuffer"
[dependencies]
num-traits = "0.2"
err-derive = "0.2.2"
bitbuffer_derive = { version = "0.8", path = "bitbuffer_derive" }
memchr = "2.2"
[dev-dependencies]
maplit = "1.0.1"
[workspace]