lighthouse/boolean-bitfield/Cargo.toml
Paul Hauner 67bbc75c86 Update ssz
- Add u16 and u8.
 - Add comments
 - Consildate functions
2018-09-10 07:50:35 +02:00

8 lines
144 B
TOML

[package]
name = "boolean-bitfield"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
ssz = { path = "../ssz" }