23 lines
518 B
TOML
23 lines
518 B
TOML
[package]
|
|
name = "net"
|
|
license.workspace = true
|
|
license-file.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.5.16"
|
|
postcard.workspace = true
|
|
quinn = "0.11.11"
|
|
rcgen = "0.14.8"
|
|
rustls = "0.23.41"
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros", "net", "sync", "io-util", "time"] }
|
|
tracing.workspace = true
|
|
shared = { path = "../shared" }
|
|
|
|
[lints]
|
|
workspace = true
|