Initial config parsing code.

This commit is contained in:
Anna Rose Wiggins 2025-06-28 19:41:23 -04:00
parent 33837895d9
commit 02c8642ead
5 changed files with 179 additions and 1 deletions

5
go.mod
View file

@ -2,4 +2,7 @@ module git.annabunches.net/annabunches/joyful
go 1.24.4
require github.com/holoplot/go-evdev v0.0.0-20240306072622-217e18f17db1
require (
github.com/goccy/go-yaml v1.18.0
github.com/holoplot/go-evdev v0.0.0-20240306072622-217e18f17db1
)