Removed thiserror from Cargo.toml

This commit is contained in:
Lennard Kittner
2023-10-08 13:30:59 +02:00
parent c5637fb1c2
commit 1f3e438005

View File

@@ -6,7 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1"
hidapi = "2.3.3"
thistermination = "1.0.0"
[target.'cfg(target_os = "linux")'.dependencies]