mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00

This will make it easier to build variations on the server, or embed it into larger projects.
17 lines
421 B
TOML
17 lines
421 B
TOML
[package]
|
|
name = "taskchampion-sync-server-storage-sqlite"
|
|
version = "0.4.1"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
taskchampion-sync-server-core = { path = "../core" }
|
|
uuid.workspace = true
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
rusqlite.workspace = true
|
|
chrono.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|
|
pretty_assertions.workspace = true
|