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-12 21:22:24 +01:00
commit 8d38830adc
5 changed files with 301 additions and 0 deletions

5
Cargo.toml Normal file
View file

@ -0,0 +1,5 @@
[package]
name = "bitbuffer"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"