Allow specifying configuration params in env vars (#83)

This commit is contained in:
Dustin J. Mitchell
2025-02-02 22:39:45 -05:00
committed by GitHub
parent 5ffd179dcc
commit 7f51d2fa1f
6 changed files with 191 additions and 44 deletions

10
Cargo.lock generated
View File

@ -1585,6 +1585,7 @@ dependencies = [
"serde_json",
"taskchampion-sync-server-core",
"taskchampion-sync-server-storage-sqlite",
"temp-env",
"tempfile",
"thiserror",
"uuid",
@ -1617,6 +1618,15 @@ dependencies = [
"uuid",
]
[[package]]
name = "temp-env"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050"
dependencies = [
"parking_lot",
]
[[package]]
name = "tempfile"
version = "3.16.0"