-
- Downloads
Version 2.0 with raw fd fixes
[package] | ||
name = "tudelft-serial-upload" | ||
version = "1.0.1" | ||
version = "2.0.0" | ||
edition = "2021" | ||
license = "MIT" | ||
description = "library to automatically upload to quadrupel drone boards" | ||
authors = ["Jonathan Dönszelmann <jonabent@gmail.com>", "Victor Roest <victor@xirion.net>"] | ||
authors = ["Jonathan Dönszelmann <jonabent@gmail.com>", "Vivian Roest <victor@xirion.net>"] | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
serial2 = "0.2.1" | ||
serial2 = "=0.2.16" | ||
serial_enumerator = "0.2" | ||
color-eyre = "0.6" | ||
crossterm = "0.26.1" | ||
... | ... |
Please sign in to comment