crosvm/p9/Cargo.toml
Chirantan Ekbote b657603f10 p9: Add server implementation
Implement all the server methods for the 9P protocol.

BUG=chromium:703939
TEST=bonnie++ -r 256

Change-Id: I6b1b5fe4fea4d4941db42e5c1a364a54d0827054
Signed-off-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1013203
Reviewed-by: Stephen Barber <smbarber@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
2018-06-15 10:56:39 -07:00

11 lines
180 B
TOML

[package]
name = "p9"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[dependencies]
libc = "*"
wire_format_derive = { path = "wire_format_derive" }
[features]
trace = []