1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00
This commit is contained in:
Robin Appelman 2019-02-17 00:12:38 +01:00
commit 1c037528f6
3 changed files with 63 additions and 70 deletions

View file

@ -3,3 +3,6 @@ name = "bitbuffer"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
num-traits = "0.2"