1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

fix/df ~ fix build script for sub-crate builds

This commit is contained in:
Roy Ivy III 2020-05-03 14:45:09 -05:00
parent 81d85f398b
commit 23b49101c0

View file

@ -2,6 +2,8 @@
name = "df"
version = "0.0.1"
authors = []
license = "MIT"
build = "../../common/mkmain.rs"
[lib]
name = "uu_df"