switch to toml

This commit is contained in:
askiiart 2024-12-29 23:10:29 -06:00
parent df0cf3b93d
commit e6b521262d
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
12 changed files with 218 additions and 160 deletions

2
.vscode/launch.json vendored
View file

@ -22,7 +22,7 @@
"args": [
"run",
"-c",
"gregory.example.yml"
"gregory.example.toml"
],
"cwd": "${workspaceFolder}"
},