feat: add ci

This commit is contained in:
davidon-top 2023-11-03 20:02:21 +01:00
parent 54686fc93d
commit 42632f81e4
5 changed files with 38 additions and 6 deletions

View file

@ -9,5 +9,10 @@ readme = "README.md"
repository = "https://github.com/D0A1V2I3D/binf"
documentation = "https://docs.rs/binf/"
[workspace]
members = [
"macros"
]
[dependencies]
binf_macros = { path = "macros", version = "1.0.1" }
binf_macros = { version = "1.0.1" }