taskchampion-sync-server/sqlite/Cargo.toml
Dustin J. Mitchell 5c3455a38a
v0.6.0
2025-03-01 18:16:48 +00:00

19 lines
516 B
TOML

[package]
name = "taskchampion-sync-server-storage-sqlite"
version = "0.6.0"
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.6.0" }
uuid.workspace = true
anyhow.workspace = true
thiserror.workspace = true
rusqlite.workspace = true
chrono.workspace = true
[dev-dependencies]
tempfile.workspace = true
pretty_assertions.workspace = true