1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

setup github actions ci

This commit is contained in:
Robin Appelman 2020-02-13 00:04:45 +01:00
commit 9ddbc51fd7
4 changed files with 65 additions and 4 deletions

View file

@ -7,9 +7,6 @@ description = "Reading bit sequences from a byte slice"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/bitbuffer"
[badges]
travis-ci = { repository = "icewind1991/bitbuffer" }
[dependencies]
num-traits = "0.2"
bitbuffer_derive = { version = "0.7", path = "bitbuffer_derive" }