0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-02-24 07:25:32 +00:00
libsql/libsql-sync/Cargo.toml
2024-08-05 15:41:16 +03:00

17 lines
378 B
TOML

[package]
name = "libsql_sync"
version = "0.4.0"
edition = "2021"
description = "libSQL WAL sync protocol"
repository = "https://github.com/tursodatabase/libsql"
license = "MIT"
[dependencies]
libsql-sys = { version = "0.6", path = "../libsql-sys" }
tonic = { version = "0.11", features = ["tls"] }
prost = "0.12"
[dev-dependencies]
prost-build = "0.12"
tonic-build = "0.11"