16 lines
387 B
TOML
16 lines
387 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "common"
|
|
version = "0.2.0"
|
|
quinn = { version = "0.11.9", default-features = false, features = [
|
|
"rustls-aws-lc-rs",
|
|
"rustls",
|
|
] }
|
|
wtransport = { version = "0.7.1", default-features = false, features = [
|
|
"aws-lc-rs",
|
|
"quinn",
|
|
"self-signed",
|
|
] }
|