taskchampion-sync-server/sqlite/Cargo.toml
Dustin J. Mitchell a9b9921833
v0.6.1
2025-03-03 22:41:40 +00:00

21 lines
662 B
TOML

[package]
name = "taskchampion-sync-server-storage-sqlite"
version = "0.6.1"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2021"
description = "SQLite backend for TaskChampion-sync-server"
homepage = "https://github.com/GothenburgBitFactory/taskchampion"
repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
license = "MIT"
[dependencies]
taskchampion-sync-server-core = { path = "../core", version = "0.6.1" }
uuid.workspace = true
anyhow.workspace = true
thiserror.workspace = true
rusqlite.workspace = true
chrono.workspace = true
[dev-dependencies]
tempfile.workspace = true
pretty_assertions.workspace = true