0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-11 14:26:50 +00:00
Files

15 lines
318 B
TOML
Raw Permalink Normal View History

2024-04-23 15:50:58 +02:00
[package]
name = "libsql-storage"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.37.0", features = ["full"] }
tonic = "0.11.0"
[dev-dependencies]
prost-build = "0.12.4"
tonic-build = "0.11.0"