ftdi-prog/ftdi-vcp-sys/Cargo.toml
Sean Cross 52fa59d4ac initial commit
Signed-off-by: Sean Cross <sean@xobs.io>
2020-03-05 21:51:50 +08:00

11 lines
285 B
TOML

[package]
name = "ftdi-vcp-sys"
version = "0.1.0"
authors = ["Sean Cross <sean@xobs.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
winapi = { version = "0.3", features = ["minwindef", "ntdef"] }