mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-23 18:04:27 +01:00
20 lines
476 B
TOML
20 lines
476 B
TOML
[package]
|
|
name = "turso-sync"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
turso_core = { workspace = true }
|
|
turso = { workspace = true }
|
|
thiserror = "2.0.12"
|
|
tracing = "0.1.41"
|
|
|
|
[dev-dependencies]
|
|
ctor = "0.4.2"
|
|
tempfile = "3.20.0"
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
|
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
|