From 4645b697d68528aca661960206ce79e75ea7cb99 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Thu, 16 Feb 2023 16:17:53 +0100 Subject: [PATCH] Add pfetch-extractor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 771785f..b7b8f85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pfetch-extractor = { path = "./pfetch-extractor" } +pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.0" } globset = "0.4.10" dotenv = "0.15.0" glob = "0.3.1"