diff --git a/Cargo.lock b/Cargo.lock index 38e01fe..3c17f43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,34 +34,16 @@ name = "coreutils" version = "0.0.1" dependencies = [ "arg 0.1.0", - "exit-no-std", "libc", "sysexits", ] -[[package]] -name = "exit-no-std" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a606ffcfcbda9f10d5a4707951ff0ef8017e675bcb8fd1daefa963ed2e4d189" -dependencies = [ - "libc", - "pc-ints", - "winapi", -] - [[package]] name = "libc" version = "0.2.151" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" -[[package]] -name = "pc-ints" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf2cddb86eccbfcdbeb0f10adedcbb2d1d1a272b33911abf8e81332c828dc1b4" - [[package]] name = "proc-macro2" version = "1.0.73" @@ -117,25 +99,3 @@ name = "unicode-width" version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" - -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" diff --git a/README b/README new file mode 100644 index 0000000..e1e766b --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +This repository was originally deleted and got royally fucked up in the +restoration process. Hopefully it can be of some use as a reference for what +not to do. See for its successor +project. diff --git a/src/cut.rs b/src/cut.rs index 576aa66..ae0a745 100644 --- a/src/cut.rs +++ b/src/cut.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Lilithium Hydride +// Copyright (c) 2022 silt // SPDX-License-Identifier: AGPL-3.0-or-later use std::env;