kijetesantakaluotokieni/Cargo.toml

22 lines
811 B
TOML
Raw Permalink Normal View History

2022-04-22 18:56:23 +00:00
[package]
author = "kulupu lintukamaki"
2022-04-22 18:56:23 +00:00
name = "kijetesantakaluotokieni"
2022-05-28 23:55:30 +00:00
description = "kijetesantakalu toki pi ken ante mute (toki pona cowsay clone)"
2022-05-29 00:42:26 +00:00
version = "1.0.1"
2022-04-22 18:56:23 +00:00
edition = "2021"
2022-05-28 23:55:30 +00: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"]
2022-05-29 00:17:43 +00:00
keywords = ["toki-pona", "cowsay", "raccoons", "ascii-art"]
2022-05-28 23:55:30 +00:00
default-run = "kijetesantakaluotokieni"
2022-05-29 00:10:13 +00:00
exclude = ["test", "asciiart", ".*"]
2022-04-22 18:56:23 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
voca_rs = " 1.14.0"
clap = { version = "3.1.12", features = ["derive"] }