feat(config): Added config.yaml support

This commit is contained in:
2025-08-04 21:00:18 +02:00
parent cc7f355629
commit d0d8330191
6 changed files with 175 additions and 6 deletions

1
go.mod
View File

@@ -4,5 +4,6 @@ go 1.24.5
require (
github.com/bendahl/uinput v1.7.0
github.com/goccy/go-yaml v1.18.0
gitlab.com/gomidi/midi/v2 v2.3.16
)