pay-respects/core/Cargo.toml

28 lines
719 B
TOML
Raw Normal View History

2024-12-08 13:21:14 +01:00
[package]
name = "pay-respects"
authors = ["iff <iff@ik.me>"]
2024-12-08 18:08:08 +01:00
version = "0.6.0"
2024-12-08 13:21:14 +01:00
edition = "2021"
# for crates.io
description = "Terminal command suggestion, alternative to thefuck written in Rust with AI support"
homepage = "https://codeberg.org/iff/pay-respects"
repository = "https://github.com/iffse/pay-respects"
keywords = ["cli", "terminal", "utility", "shell"]
categories = ["command-line-utilities"]
license = "AGPL-3.0"
include = ["**/*.rs", "**/*.toml"]
[dependencies]
colored = "2"
sys-locale = "0.3"
rust-i18n = "3"
regex-lite = "0.1"
inquire = "0.7.5"
2024-12-08 18:08:08 +01:00
pay-respects-parser = "0.3.3"
pay-respects-utils = "0.1.0"
# pay-respects-parser = { path = "../parser" }
# pay-respects-utils = { path = "../utils"}