[package] name = "krabby" version = "0.2.1" authors = ["Yann Jorelle "] description = "Print pokemon sprites in your terminal" repository = "https://github.com/yannjor/krabby" homepage = "https://github.com/yannjor/krabby" edition = "2021" readme = "README.md" license = "GPL-3.0" keywords = ["pokemon", "terminal", "cli"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # Cli clap = { version = "4.5.18", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"]} serde_json = "1.0.128" rand = "0.8.5" rust-embed = "8.5.0" thiserror = "1.0.64" # Config dirs = "5.0.1" toml = "0.8.19"