Skip to content

Commit d10ae66

Browse files
committed
wip: server,client example
* Related #20 [ci skip]
1 parent 645d8dd commit d10ae66

File tree

4 files changed

+978
-0
lines changed

4 files changed

+978
-0
lines changed

Cargo.lock

+157
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ serde = { version = "1.0", features = ["derive"] }
1616
napi-derive = "2"
1717
quiche = { version = "0.17.1", features = ["boringssl-boring-crate", "boringssl-vendored"] }
1818
boring = "2.1.0"
19+
mio = { version = "0.8", features = ["net", "os-poll"] }
20+
url = "1"
21+
log = { version = "0.4", features = ["std"] }
22+
libc = "0.2"
23+
libm = "0.2"
24+
ring = "0.16"
25+
slab = "0.4"
26+
lazy_static = "1"
27+
smallvec = { version = "1.10", features = ["serde", "union"] }
1928

2029
[build-dependencies]
2130
napi-build = "2"

0 commit comments

Comments
 (0)