2022-04-22 20:56:23 +02:00
|
|
|
[package]
|
2022-04-26 07:19:48 +02:00
|
|
|
author = "kulupu lintukamaki"
|
2022-04-22 20:56:23 +02:00
|
|
|
name = "kijetesantakaluotokieni"
|
2022-05-29 01:55:30 +02:00
|
|
|
description = "kijetesantakalu toki pi ken ante mute (toki pona cowsay clone)"
|
2022-05-28 23:28:06 +02:00
|
|
|
version = "1.0.0"
|
2022-04-22 20:56:23 +02:00
|
|
|
edition = "2021"
|
2022-05-29 01:55:30 +02:00
|
|
|
|
|
|
|
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-file = "LICENSE.md"
|
|
|
|
categories = ["command-line-utilities", "games"]
|
|
|
|
keywords = ["toki pona", "cowsay", "raccoons", "ascii art"]
|
|
|
|
|
2022-05-28 21:58:11 +02:00
|
|
|
default-run = "kijetesantakaluotokieni"
|
2022-05-29 02:10:13 +02:00
|
|
|
exclude = ["test", "asciiart", ".*"]
|
2022-04-22 20:56:23 +02:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
voca_rs = " 1.14.0"
|
2022-04-26 07:19:48 +02:00
|
|
|
clap = { version = "3.1.12", features = ["derive"] }
|