mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-02-10 08:16:28 +00:00
* Client and server setup for testing increasing number of connections over udp * Add results and conclusions * Move udp poc to the same directory as network poc * Add readme for subnets pocs
10 lines
165 B
TOML
10 lines
165 B
TOML
[package]
|
|
name = "s2nquic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
s2n-quic = "1.42.0"
|
|
tokio = { version = "1.38.1", features = ["full"] }
|