2022-12-01 09:06:00 +01:00
[ package ]
name = "ponyfetch"
2022-12-05 13:08:32 +01:00
description = "A cross-platform command-line interface (CLI) tool written in Rust to display system information in an aesthetically pleasing and entertaining manner. "
2022-12-01 09:06:00 +01:00
version = "0.1.0"
2022-12-05 13:08:32 +01:00
authors = [ "Atsukoro1" ]
2022-12-05 13:18:32 +01:00
license = "MIT"
2022-12-05 13:08:32 +01:00
categories = [ "command-line-utilities" ]
2022-12-05 13:10:24 +01:00
edition = "2021"
include = [
"**/*.rs" ,
"Cargo.toml" ,
2022-12-05 13:11:06 +01:00
"ponies/*"
2022-12-05 22:25:25 +01:00
]
[ dependencies ]
2022-12-05 22:42:19 +01:00
kernel32-sys = "0.2.2"