From 23b49101c0dd0598607174b5a3987b5a6f14a6e7 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 3 May 2020 14:45:09 -0500 Subject: [PATCH] fix/df ~ fix build script for sub-crate builds --- src/uu/df/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uu/df/Cargo.toml b/src/uu/df/Cargo.toml index c949a91dc..e77cb2650 100644 --- a/src/uu/df/Cargo.toml +++ b/src/uu/df/Cargo.toml @@ -2,6 +2,8 @@ name = "df" version = "0.0.1" authors = [] +license = "MIT" +build = "../../common/mkmain.rs" [lib] name = "uu_df"