You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
+
# This file is part of the uutils coreutils package.
2
+
# For the full copyright and license information, please view the LICENSE
3
+
# file that was distributed with this source code.
4
+
1
5
[package]
2
6
name = "uutils"
7
+
description = "uutils is an attempt at writing universal (as in cross-platform) CLI utils in Rust. This repo is to aggregate the GNU coreutils rewrites."
0 commit comments