Use toml instead of json for settings.

This commit is contained in:
Storm Dragon
2026-02-13 11:13:38 -05:00
parent 13976b7235
commit f873fcee11
9 changed files with 201 additions and 82 deletions

View File

@@ -12,6 +12,7 @@ license = { text = "LGPL-2.1-or-later" }
dependencies = [
"pygobject>=3.18",
"pluggy",
"tomlkit",
"brlapi; extra == 'braille'",
"python-speechd; extra == 'speech'",
"piper-tts; extra == 'piper'",