ponyfetch/Cargo.toml
2022-12-05 13:18:32 +01:00

13 lines
No EOL
367 B
TOML

[package]
name = "ponyfetch"
description="A cross-platform command-line interface (CLI) tool written in Rust to display system information in an aesthetically pleasing and entertaining manner. "
version = "0.1.0"
authors=["Atsukoro1"]
license = "MIT"
categories=["command-line-utilities"]
edition = "2021"
include = [
"**/*.rs",
"Cargo.toml",
"ponies/*"
]