mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
Allow specifying configuration params in env vars (#83)
This commit is contained in:
committed by
GitHub
parent
5ffd179dcc
commit
7f51d2fa1f
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user