mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
24 lines
490 B
TOML
24 lines
490 B
TOML
[package]
|
|
name = "kami"
|
|
author = "mrfluffy-dev"
|
|
license = "GPL-3.0"
|
|
version = "0.6.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
regex = "1.5.6"
|
|
colored = "2.0.0"
|
|
isahc = "1.7.2"
|
|
base64 = "0.13"
|
|
termsize = "0.1.6"
|
|
dirs = "4.0"
|
|
serde_json = "1.0.83"
|
|
tui = "0.18.0"
|
|
crossterm = "0.24.0"
|
|
unicode-width = "0.1.9"
|
|
rust_cast = "0.17.0"
|
|
viuer = { version = "0.6", features = ["sixel"] }
|
|
lazy_static = "1.4.0"
|