More ADR stuff.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2023-10-20 16:30:10 -04:00
parent 05135dd91d
commit bea77bd558
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ A good configuration file format needs to be selected. There are three main choi
## Decision
TOML was decided to be used for the configuration file.
TOML was decided to be used for the configuration file. The `toml` library is chosen to handle this format.
## Rationale

View File

@@ -19,4 +19,4 @@ Accepted
## Consequences
Not exactly certain what concequences there will be with this choice. It seems the better choice all around. `app-paths` also is only at a version 0.0, which does not give much confidence in the library, and hopes are it will mature quickly over time. However it is built on top of `appdirs` and `aiopathlib` both of which are more mature.
Not exactly certain what concequences there will be with this choice. It seems the better choice all around. `app-paths` also is only at a version 0.0, which does not give much confidence in the library, and hopes are it will mature quickly over time. However it is built on top of `appdirs` and `aiopath` both of which are more mature.