ppaass-protocol 0.1.2

The protocol of ppaass application
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

edition = "2021"

name = "ppaass-protocol"

version = "0.1.2"

description = "The protocol of ppaass application"

license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

bytes = { version = "1", features = ["serde"] }

serde = { version = "1", features = ["derive"] }

serde_derive = "1"

bincode = "1"

thiserror = "1"

log = "0"

uuid = { version = "1", features = ["v4"] }

derive_more = { version = "0" }