feat: minor refactor to clarify configs with env + initial thoughs on truth source model

This commit is contained in:
2026-06-03 23:46:49 +02:00
parent cc22d3b719
commit f02ee8fff9
7 changed files with 53 additions and 20 deletions

9
Cargo.lock generated
View File

@@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "wordsmith"
version = "0.1.0"
dependencies = [
"dotenv",
]