1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

Add Sphinx documentation to generate man pages

This commit is contained in:
Alex Lyon 2017-12-06 17:53:36 -08:00 committed by Roy Ivy III
parent 64c2c2055b
commit 3cec199da1

View file

@ -7,10 +7,7 @@ authors = []
getopts = "0.2.14" getopts = "0.2.14"
time = { version = "0.1.38", optional = true } time = { version = "0.1.38", optional = true }
data-encoding = { version = "^1.1", optional = true } data-encoding = { version = "^1.1", optional = true }
libc = { version = "0.2.34", optional = true }
[dependencies.libc]
git = "https://github.com/rust-lang/libc.git"
optional = true
[features] [features]
fs = ["libc"] fs = ["libc"]