зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
803 B
TOML
25 строки
803 B
TOML
[package]
|
|
name = "neqo_glue"
|
|
version = "0.1.0"
|
|
authors = ["Dragana Damjanovic <dd.mozilla@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "neqo_glue"
|
|
|
|
[dependencies]
|
|
neqo-http3 = { tag = "v0.4.10", git = "https://github.com/mozilla/neqo" }
|
|
neqo-transport = { tag = "v0.4.10", git = "https://github.com/mozilla/neqo" }
|
|
neqo-common = { tag = "v0.4.10", git = "https://github.com/mozilla/neqo" }
|
|
neqo-qpack = { tag = "v0.4.10", git = "https://github.com/mozilla/neqo" }
|
|
nserror = { path = "../../../xpcom/rust/nserror" }
|
|
nsstring = { path = "../../../xpcom/rust/nsstring" }
|
|
xpcom = { path = "../../../xpcom/rust/xpcom" }
|
|
thin-vec = { version = "0.1.0", features = ["gecko-ffi"] }
|
|
|
|
[dependencies.neqo-crypto]
|
|
tag = "v0.4.10"
|
|
git = "https://github.com/mozilla/neqo"
|
|
default-features = false
|
|
features = ["gecko"]
|