From 544aae00aa8d589a2b2817373611d21aa70eec0e Mon Sep 17 00:00:00 2001 From: gennyble Date: Thu, 24 Aug 2023 21:45:25 -0500 Subject: whenwasignore? --- Cargo.lock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 6616951..3aa373f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,9 +8,25 @@ version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +[[package]] +name = "getopts" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" +dependencies = [ + "unicode-width", +] + +[[package]] +name = "unicode-width" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" + [[package]] name = "whenwasit" version = "0.1.0" dependencies = [ "camino", + "getopts", ] -- cgit 1.4.1-3-g733a5