Add pfetch-extractor version

This commit is contained in:
Adrian Groh 2023-02-16 16:17:53 +01:00
parent 0c9c35b971
commit 4645b697d6
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

View File

@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
pfetch-extractor = { path = "./pfetch-extractor" } pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.0" }
globset = "0.4.10" globset = "0.4.10"
dotenv = "0.15.0" dotenv = "0.15.0"
glob = "0.3.1" glob = "0.3.1"