0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 05:09:50 +00:00
libsql/libsql-hrana/Cargo.toml
2024-06-11 14:27:13 +00:00

17 lines
309 B
TOML

[package]
name = "libsql-hrana"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "hrana protocol for libsql"
[dependencies]
serde = { version = "1.0", features = ["derive", "rc"] }
prost = { version = "0.12" }
base64 = { version = "0.21" }
bytes = "1"
[dev-dependencies]
serde_json = "1.0"