[go: up one dir, main page]

File: Cargo.toml.orig

package info (click to toggle)
rust-meow-cli 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 888 kB
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "meow-cli"
version = "2.1.5"
edition = "2021"
authors = ["PixelSergey <sergey.ichtchenko@gmail.com>"]
license = "MIT"
description = "Print ASCII cats to your terminal"
readme = "README.md"
homepage = "https://github.com/PixelSergey/meow"
repository = "https://github.com/PixelSergey/meow"
keywords = ["cli", "terminal", "utility", "text", "game"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.45", features = ["derive"] }
clap-num = "1.2.0"
glob = "0.3.3"
include_dir = { version = "0.7.4", features = ["glob"] }
rand = "0.9.2"