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

21 lines
456 B
TOML

[package]
name = "bitbuffer_derive"
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"
[lib]
name = "bitbuffer_derive"
proc-macro = true
[dependencies]
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"
syn_util = "0.4"
[dev-dependencies]
bitbuffer = { version = "0.8", path = ".." }