p9cpu/Cargo.toml
Changyuan Lyu e489006d76 Start a gRPC-based Rust implementation
This project will contain 4 crates: the binaries for the client and
server, the library, and a 9p server library.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2023-05-26 16:10:07 -07:00

10 lines
136 B
TOML

[workspace]
members = [
"crates/p9cpu",
"crates/p9cpud",
"crates/libp9cpu",
"crates/9p",
]
[profile.release]
lto = true