mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
Add a binary that uses a Postgres backend
Building of this binary is controlled with features, allowing downstream users to build just the SQLite version and not be concerned with the tokio-postgres dependency tree (which includes links to OpenSSL and other details). The Postgres version is disabled by default. This does not change the binary name for the SQLite build, just to avoid confusion for people upgrading to the new version.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1863,6 +1863,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"taskchampion-sync-server-core",
|
||||
"taskchampion-sync-server-storage-postgres",
|
||||
"taskchampion-sync-server-storage-sqlite",
|
||||
"temp-env",
|
||||
"tempfile",
|
||||
|
||||
Reference in New Issue
Block a user