Files
RedBear-OS/Cargo.toml
T
Jeremy Soller 670d874d07 Use unix errors
2016-02-26 18:51:29 -07:00

20 lines
385 B
TOML

[package]
name = "redoxfs"
description = "The Redox Filesystem"
repository = "https://github.com/redox-os/redoxfs"
version = "0.1.0"
license-file = "LICENSE"
readme = "README.md"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
[lib]
name = "redoxfs"
path = "src/lib.rs"
[[bin]]
name = "redoxfs-utility"
path = "utility/main.rs"
[dependencies]
redox-system = {path = "../system/"}