mirror of
https://git.2ki.xyz/spiders/kijetesantakaluotokieni.git
synced 2024-11-10 04:00:26 +01:00
added important stuff to cargo
This commit is contained in:
parent
d0c9fd622c
commit
896ba561ec
1 changed files with 12 additions and 1 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -1,10 +1,21 @@
|
||||||
[package]
|
[package]
|
||||||
author = "kulupu lintukamaki"
|
author = "kulupu lintukamaki"
|
||||||
name = "kijetesantakaluotokieni"
|
name = "kijetesantakaluotokieni"
|
||||||
|
description = "kijetesantakalu toki pi ken ante mute (toki pona cowsay clone)"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
about = "kijetesantakalu toki tawa ilo sona sina"
|
|
||||||
|
readme = "README.md"
|
||||||
|
homepage = "https://git.2ki.xyz/spiders/kijetesantakaluotokieni"
|
||||||
|
repository = "https://git.2ki.xyz/spiders/kijetesantakaluotokieni"
|
||||||
|
documentation = "https://git.2ki.xyz/spiders/kijetesantakaluotokieni"
|
||||||
|
license = "lawa kepeken pi ken mute"
|
||||||
|
license-file = "LICENSE.md"
|
||||||
|
categories = ["command-line-utilities", "games"]
|
||||||
|
keywords = ["toki pona", "cowsay", "raccoons", "ascii art"]
|
||||||
|
|
||||||
default-run = "kijetesantakaluotokieni"
|
default-run = "kijetesantakaluotokieni"
|
||||||
|
exclude = ["test", "asciiart"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue