0.1.0 - Initial commit

This commit is contained in:
2025-09-03 16:30:44 -06:00
parent 2454a2157b
commit 8a4d629eb8
15 changed files with 770 additions and 1 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.atri.dad/atridad/muse
go 1.24.3
require gopkg.in/yaml.v3 v3.0.1