- Downloads
release v3.0.0 for year 23/24
| [package] | ||
| name = "tudelft-quadrupel" | ||
| version = "2.1.0" | ||
| version = "3.0.0" | ||
| edition = "2021" | ||
| authors = [ | ||
| "Anne Stijns <anstijns@gmail.com>", | ||
| "Jonathan Brouwer <jonathantbrouwer@gmail.com>", | ||
| "Jonathan Dönszelmann <jonabent@gmail.com>", | ||
| "Victor Roest <victor@xirion.net>", | ||
| "Vivian Roest <v@0x76.dev>", | ||
| ] | ||
| license = "MIT" | ||
| description = "Hardware support library for the quadrupel drone project (embedded systems lab)." | ||
| ... | ... | @@ -18,13 +18,15 @@ keywords = ["tudelft"] |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| [dependencies] | ||
| ringbuffer = "0.12.0" | ||
| cortex-m = "0.7.6" | ||
| alloc-cortex-m = "0.4.3" | ||
| cortex-m-rt = "0.7.3" | ||
| nrf51-hal = "0.16.0" | ||
| nrf51-pac = "0.12.2" | ||
| void = { version = "1.0.2", default-features = false } | ||
| embedded-hal = { version = "0.2.7", features = ["unproven"] } | ||
| fixed = { version = "1.20" } | ||
| nb = "1.0.0" | ||
| ringbuffer = "0.15.0" | ||
| cortex-m = "=0.7.6" | ||
| alloc-cortex-m = "=0.4.3" | ||
| cortex-m-rt = "=0.7.3" | ||
| nrf51-hal = "=0.16.0" | ||
| nrf51-pac = "=0.12.2" | ||
| void = { version = "1", default-features = false } | ||
| embedded-hal = "1" | ||
| fixed = "1" | ||
| nb = "1" |
Please sign in to comment
