mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
20 lines
431 B
TOML
20 lines
431 B
TOML
[package]
|
|
name = "aquatic_ws_protocol"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
name = "aquatic_ws_protocol"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
hashbrown = { version = "0.8", features = ["serde"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tungstenite = "0.11"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0.9"
|
|
quickcheck_macros = "0.9"
|