Solstice client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
389 B

[package]
name = "solstice-proto"
version = "0.1.0"
authors = ["letitz"]
edition = "2021"
[dependencies]
bytes = "^1.0"
encoding_rs = "^0.8"
env_logger = "^0.9"
futures = "^0.3"
log = "^0.4"
md-5 = "^0.9"
parking_lot = "^0.11"
serde = { version = "^1.0", features = ["derive"] }
thiserror = "^1.0"
tokio = { version = "^1.0", features = ["full"] }
[dev-dependencies]
serde_json = "^1.0"