14 lines
365 B
TOML
14 lines
365 B
TOML
[package]
|
|
name = "aarty"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0.8-rc.3", features = ["derive"] }
|
|
colored = "2.0.0"
|
|
image = "0.24.4"
|
|
log = "0.4.17"
|
|
pretty_env_logger = "0.4.0"
|