summary refs log tree commit diff
path: root/bit_field/Cargo.toml
blob: ac8846ca14b40a9aa169818ba6ff27069822ac33 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "bit_field"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
bit_field_derive = { path = "bit_field_derive" }