-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (32 loc) · 920 Bytes
/
Copy pathCargo.toml
File metadata and controls
33 lines (32 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "hxfetch"
version = "0.2.0"
edition = "2024"
description = "A fast, modern system information tool with 84+ ASCII art logos and built-in image-to-ASCII converter"
license = "MIT"
authors = ["HxHippy <hxhippy@gmail.com>"]
repository = "https://github.com/HxHippy/HxFetch"
homepage = "https://github.com/HxHippy/HxFetch"
documentation = "https://github.com/HxHippy/HxFetch"
keywords = ["system-info", "neofetch", "ascii-art", "terminal", "fetch"]
categories = ["command-line-utilities", "visualization"]
exclude = [
"generated_logos/",
"DistLogos/",
"scripts/",
"batch_process_logos.sh",
"openlogo_debianv2_svg_logo*",
"*.png",
"*.jpeg",
"*.jpg"
]
[dependencies]
sysinfo = "0.33"
colored = "2.0"
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
dirs = "5.0"
regex = "1.10"
viuer = "0.7"
rascii_art = "0.3"