mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-15 06:19:42 +00:00
17 lines
309 B
TOML
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"
|
|
|