mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-17 00:07:53 +00:00
14 lines
343 B
TOML
14 lines
343 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 = "1"
|
|
bytes = "1"
|
|
tokio-util = {version = "0.7", features = ["codec"]}
|
|
|