-
Notifications
You must be signed in to change notification settings - Fork 11
/
Cargo.toml
46 lines (45 loc) · 1020 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
35
36
37
38
39
40
41
42
43
44
45
46
[workspace]
members = [
"lib",
"ateweb",
"atedb",
"atenet",
"comms",
"crypto",
"files",
"wasmer-bus/lib",
"wasmer-bus/types",
"wasmer-bus/macros",
"wasmer-bus/fuse",
"wasmer-bus/reqwest",
"wasmer-bus/ws",
"wasmer-bus/process",
"wasmer-bus/time",
"wasmer-bus/tty",
"wasmer-bus/deploy",
"wasmer-bus/hello",
"wasmer-bus/webgl",
"wasmer-bus/mio",
"wasmer-auth",
"wasmer-dfs",
"wasmer-ssh",
"wasmer-os",
"wasmer-os-grammar",
"wasmer-deploy-cli",
"wasmer-term",
"wasmer-web",
"wasmer-instance",
"examples/crypto-bus",
"examples/tcp-listener",
"examples/tcp-client",
"examples/multi-threading",
"examples/condvar",
"examples/thread-local",
"examples/wasm64-example",
"examples/ws-client",
"examples/sub-process",
"examples/fuse"
]
[patch.crates-io]
tokio = { git = "https://github.com/john-sharratt/tokio.git", branch = "wasix" }
#tokio = { path = "/prog/tokio/tokio" }