mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
19 lines
524 B
TOML
19 lines
524 B
TOML
[package]
|
|
name = "taskchampion-sync-server-storage-sqlite"
|
|
version = "0.5.0-pre"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
edition = "2021"
|
|
description = "SQLite backend for TaskChampion-sync-server"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
taskchampion-sync-server-core = { path = "../core", version = "0.5.0-pre" }
|
|
uuid.workspace = true
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
rusqlite.workspace = true
|
|
chrono.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|
|
pretty_assertions.workspace = true
|