tool: Add --access
argument to work with sim or hid
This commit is contained in:
committed by
Jeremy Soller
parent
7c5ba4e62c
commit
49b79f665b
@@ -13,7 +13,7 @@ name = "ectool"
|
||||
|
||||
[[bin]]
|
||||
name = "system76_ectool"
|
||||
required-features = ["std"]
|
||||
required-features = ["std", "hidapi"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2"
|
||||
@@ -22,7 +22,7 @@ hidapi = { version = "1.2", default-features = false, features = ["linux-static-
|
||||
redox_hwio = { version = "0.1.3", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
default = ["std", "hidapi"]
|
||||
std = ["libc"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
Reference in New Issue
Block a user