p9 0.2.3

Server implementation of the 9p file system protocol
Documentation
[features]
trace = []

[package]
authors = ["The ChromiumOS Authors"]
description = "Server implementation of the 9p file system protocol"
edition = "2021"
license = "BSD-3-Clause"
name = "p9"
readme = "README.md"
repository = "https://github.com/google/rust-p9"
version = "0.2.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.p9_wire_format_derive]
version = "0.2.3"

[target."cfg(unix)".dependencies.serde]
features = ["derive"]
version = "1.0"