You've already forked it9910hd_fusefs
mirror of
https://github.com/marek-g/it9910hd_fusefs.git
synced 2026-05-06 02:11:10 +09:00
15 lines
344 B
TOML
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"
|