border-wars/crates/relay-client/Cargo.toml
Tipragot 82a77dbdbb
All checks were successful
Rust Checks / checks (push) Successful in 1m47s
Non blocking relay connection (#44)
Reviewed-on: corentin/border-wars#44
Reviewed-by: Corentin <solois.corentin@gmail.com>
Co-authored-by: Tipragot <contact@tipragot.fr>
Co-committed-by: Tipragot <contact@tipragot.fr>
2024-02-12 14:31:54 +00:00

19 lines
494 B
TOML

[package]
name = "relay-client"
version = "0.2.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "A client to use a relay server."
authors = ["Tipragot <contact@tipragot.fr>"]
keywords = ["bevy", "network", "game"]
categories = ["network-programming", "game-development"]
[lints]
workspace = true
[dependencies]
tungstenite = { version = "0.21.0", features = ["rustls-tls-native-roots"] }
mio = { version = "0.8.10", features = ["net", "os-poll"] }
rand = "0.8.5"
log = "0.4.20"