pfetch-rs/pfetch-extractor/Cargo.toml
2023-02-16 16:16:19 +01:00

16 lines
288 B
TOML

[package]
name = "pfetch-extractor"
version = "0.1.0"
edition = "2021"
authors = ["Gobidev"]
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.50"
quote = "1.0.23"
regex = "1.7.1"