More rust. I have no idea what I'm doing and I am beginning to think golang is better.
This commit is contained in:
parent
af21756cef
commit
08aac599a6
4 changed files with 318 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
[package]
|
||||
name = "joyful"
|
||||
version = "0.1.0"
|
||||
description = "Joystick remapper"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.42", features = ["derive"] }
|
||||
evdev = { version = "0.13.1" }
|
||||
shellexpand = { version = "3.1.1", features = ["full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue