pacs-cli 0.1.3

Project Aware Command Storage - A CLI for managing and running saved shell commands
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pacs-cli"
version = "0.1.3"
authors = ["preiter <phil.reiter93@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project Aware Command Storage - A CLI for managing and running saved shell commands"
readme = "README.md"
license = "MIT"
repository = "https://github.com/preiter93/pacs"

[lib]
name = "pacs_cli"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.6"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5"
features = ["unstable-dynamic"]

[dependencies.pacs-core]
version = "0.1.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.toml]
version = "0.9"