initial commit
This commit is contained in:
commit
37f645bea0
11 changed files with 1081 additions and 0 deletions
22
Cargo.toml
Normal file
22
Cargo.toml
Normal file
|
@ -0,0 +1,22 @@
|
|||
[package]
|
||||
name = "rust-dms"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = """
|
||||
A tiny utility to execute certain actions on upon a disconnection of any given USB device.
|
||||
"""
|
||||
authors = ["nm17"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://git.dc09.ru/nm17/rust-dms"
|
||||
homepage = "https://git.dc09.ru/nm17/rust-dms"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
clap-verbosity-flag = "3.0.2"
|
||||
hex = { version = "0.4.3" }
|
||||
libc = { version = "0.2.171", default-features = false }
|
||||
log = "0.4.26"
|
||||
nusb = "0.1.13"
|
||||
signal-hook = "0.3.17"
|
||||
snafu = "0.8.5"
|
Loading…
Add table
Add a link
Reference in a new issue