mirror of https://github.com/o2sh/onefetch.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
444 B
19 lines
444 B
[package] |
|
authors = ["o2sh <ossama-hjaji@live.fr>"] |
|
name = "onefetch-image" |
|
description = "Display images in the terminal" |
|
version = "2.17.1" |
|
edition = "2021" |
|
license = "MIT" |
|
readme = "README.md" |
|
repository = "https://github.com/o2sh/onefetch" |
|
|
|
[dependencies] |
|
anyhow = "1.0" |
|
clap = { version = "4.2.4", features = ["derive"] } |
|
image = "0.24.6" |
|
|
|
[target.'cfg(not(windows))'.dependencies] |
|
color_quant = "1.1.0" |
|
base64 = "0.21.0" |
|
libc = "0.2.137"
|
|
|