ponyfetch/Cargo.toml

13 lines
367 B
TOML
Raw Normal View History

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 13:10:24 +01:00
]