File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818 - name : Update apt cache
1919 run : sudo apt-get update
2020 - name : Install system dependencies
21- run : sudo apt-get install libudev-dev libdbus-1-dev libsodium-dev
21+ run : sudo apt-get install libhidapi-dev libudev-dev libdbus-1-dev libsodium-dev
2222 - name : Build
2323 run : cargo build
2424 - name : Run tests
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ $ cargo run --example webauthn_cable
6060$ cargo run --example u2f_hid
6161```
6262
63+ ## Package Requirements
64+
65+ - libhidapi-dev/hidapi-devel
66+
6367## Contributing
6468
6569We welcome contributions!
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ curve25519-dalek = "4.1.3"
4949hex = " 0.4.3"
5050mockall = " 0.13.1"
5151hidapi = { version = " 2.4.1" , default-features = false , features = [
52- " linux-static -hidraw" ,
52+ " linux-shared -hidraw" ,
5353] }
5454bitflags = " 2.4.1"
5555rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments