1
0
mirror of https://github.com/marek-g/it9910hd_fusefs.git synced 2026-05-05 18:01:19 +09:00
Files
it9910hd_fusefs/Cargo.toml
2019-08-23 08:12:33 +02:00

15 lines
344 B
TOML

[package]
name = "it9910hd_fusefs"
version = "1.0.0"
authors = ["Marek G <marek@nomail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libusb = "0.3"
fuse = { git = "https://github.com/zargony/rust-fuse" }
libc = "0.2"
clap = "2"
thread-priority = "0.1"