mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 07:27:46 +00:00
Add Sphinx documentation to generate man pages
This commit is contained in:
parent
64c2c2055b
commit
3cec199da1
1 changed files with 1 additions and 4 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue