cuprate-hinto-janai/net/levin/Cargo.toml
2024-01-29 22:44:59 +00:00

14 lines
379 B
TOML

[package]
name = "levin-cuprate"
version = "0.1.0"
edition = "2021"
description = "A crate for working with the Levin protocol in Rust."
license = "MIT"
authors = ["Boog900"]
repository = "https://github.com/Cuprate/cuprate/tree/main/net/levin"
[dependencies]
thiserror = { workspace = true }
bytes = { workspace = true }
tokio-util = { workspace = true, features = ["codec"]}