blob: a8e399822663044ccd568295b9145de9fdad344f [file] [log] [blame]
[package]
name = "fuchsia-vfs"
version = "0.1.0"
license = "BSD-3-Clause"
authors = ["James Tucker <raggi@google.com>"]
description = "Fuchsia VFS Server bindings"
repository = "https://fuchsia.googlesource.com/garnet/"
[dependencies]
fdio = { path = "../fdio" }
fuchsia-zircon = { path = "../fuchsia-zircon" }
tokio-fuchsia = { path = "../tokio-fuchsia" }
futures = "0.1"
tokio-core = "0.1"
bytes = "0.4"
libc = "0.2"
[dev-dependencies]
tempdir = "0.3"