mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-27 05:59:26 +00:00
16 lines
348 B
TOML
16 lines
348 B
TOML
|
[package]
|
||
|
name = "levin"
|
||
|
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/SyntheticBird45/cuprate/tree/main/net/levin"
|
||
|
|
||
|
[dependencies]
|
||
|
thiserror = "1.0.24"
|
||
|
byteorder = "1.4.3"
|
||
|
futures = "0.3"
|
||
|
bytes = "1"
|
||
|
pin-project = "1"
|