-
Notifications
You must be signed in to change notification settings - Fork 86
/
Cargo.toml
34 lines (33 loc) · 961 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[workspace]
resolver = "2"
members = [
"benches/alloc",
"benches/micro",
"benches/netbench",
"examples/axum",
"examples/demo",
"examples/fuse_test",
"examples/hello_world",
"examples/httpd",
"examples/miotcp",
"examples/mioudp",
"examples/polling",
"examples/rftrace-example",
"examples/testtcp",
"examples/testudp",
"examples/tls",
"examples/tokio",
"examples/webserver",
"examples/dns",
"examples/mutex",
"examples/wasm-test",
"examples/wasmtime",
"examples/vsock",
"hermit",
"hermit-abi",
]
[patch.crates-io]
hyper-util = { git = "https://github.com/hermit-os/hyper-util.git", branch = "v/0.1.8" }
socket2 = { git = "https://github.com/hermit-os/socket2.git", branch = "v/0.5.7" }
tokio = { git = "https://github.com/hermit-os/tokio.git", branch = "v/tokio-1.40.0" }
tokio-rustls = { git = "https://github.com/hermit-os/tokio-rustls.git", branch = "v/0.26.0" }