mirror of
https://github.com/Atsukoro1/ponyfetch.git
synced 2024-11-23 12:47:59 +01:00
feat: 🎸 Cargo changes
This commit is contained in:
parent
100106270a
commit
95d93963fa
1 changed files with 5 additions and 1 deletions
|
@ -5,4 +5,8 @@ version = "0.1.0"
|
||||||
authors=["Atsukoro1"]
|
authors=["Atsukoro1"]
|
||||||
license="GNU GENERAL PUBLIC LICENSE 2.0"
|
license="GNU GENERAL PUBLIC LICENSE 2.0"
|
||||||
categories=["command-line-utilities"]
|
categories=["command-line-utilities"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
include = [
|
||||||
|
"**/*.rs",
|
||||||
|
"Cargo.toml",
|
||||||
|
]
|
Loading…
Reference in a new issue