Initial commit

This commit is contained in:
speatzle 2024-04-25 21:53:01 +02:00
commit 1437edd55a
3 changed files with 38 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module git.lastassault.de/speatzle/morffix
go 1.21.8
require github.com/BurntSushi/toml v1.3.2