More rust. I have no idea what I'm doing and I am beginning to think golang is better.

This commit is contained in:
Anna Rose Wiggins 2025-08-06 15:00:50 -04:00
parent af21756cef
commit 08aac599a6
4 changed files with 318 additions and 1 deletions

View file

@ -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"] }