forked from capnproto/capnproto-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
38 lines (33 loc) · 768 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
[workspace.package]
rust-version = "1.65.0"
[workspace]
resolver = "2"
members = [
# main crates, published on crates.io
"capnp",
"capnpc",
"capnp-futures",
"capnp-rpc",
# testing and examples
"async-byte-channel",
"benchmark",
"capnpc/test",
"capnpc/test/external-crate",
"capnpc/test-edition-2015",
"capnpc/test-edition-2018",
"capnpc/test-edition-2021",
"capnp-futures/test",
"capnp-rpc/examples/hello-world",
"capnp-rpc/examples/calculator",
"capnp-rpc/examples/pubsub",
"capnp-rpc/examples/streaming",
"capnp-rpc/test",
"example/addressbook",
"example/addressbook_send",
"example/fill_random_values",
]
default-members = [
"capnp",
"capnpc",
]
[workspace.lints]