Initial config parsing code.
This commit is contained in:
parent
33837895d9
commit
02c8642ead
5 changed files with 179 additions and 1 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue