mirror of
https://github.com/PacktPublishing/Practical-System-Programming-for-Rust-Developers.git
synced 2024-10-30 15:20:58 +00:00
9 lines
114 B
TOML
9 lines
114 B
TOML
[package]
|
|
name = "usb"
|
|
version = "0.1.0"
|
|
authors = ["peshwar9"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libusb = "0.3.0"
|