0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-23 02:28:13 +00:00
Files
libsql/libsql-storage/Cargo.toml
2024-05-30 08:39:36 +00:00

16 lines
309 B
TOML

[package]
name = "libsql-storage"
version = "0.0.1"
edition = "2021"
description = "libSQL WAL"
repository = "https://github.com/tursodatabase/libsql"
license = "MIT"
[dependencies]
prost = "0.12"
tonic = { version = "0.10", features = ["tls"] }
[dev-dependencies]
prost-build = "0.12"
tonic-build = "0.10"