p9cpu/crates/9p/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

4 lines
61 B
TOML

[package]
name = "rust-9p"
version = "0.0.1"
edition = "2018"