yac
/
coreutils
Archived
2
0
Fork 0

added README

This commit is contained in:
Emma Tebibyte 2024-01-01 14:49:01 -07:00
parent 4584a6d662
commit 9e629048bf
3 changed files with 5 additions and 41 deletions

40
Cargo.lock generated
View File

@ -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"

4
README Normal file
View File

@ -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 <https://git.tebibyte.media/bonsai/coreutils> for its successor
project.

View File

@ -1,4 +1,4 @@
// Copyright (c) 2022 Lilithium Hydride
// Copyright (c) 2022 silt <silt@tebibyte.media>
// SPDX-License-Identifier: AGPL-3.0-or-later
use std::env;