[package]
name = "sq-cli"
version = "0.1.2"
edition = "2021"
authors = ["linux_china <libing.chen@gmail.com>"]
description = "sq(Squirrel) is a command-line snippet keeper"
keywords = ["snippet", "squirrel", "cli"]
categories = ["command-line-utilities"]
documentation = "https://github.com/linux-china/sq"
readme = "README.md"
homepage = "https://github.com/linux-china/sq"
repository = "https://github.com/linux-china/q"
license = "Apache-2.0"
[dependencies]
bytecount = "0.6.9"
just = "1.42"
clap = "4.5"
colored = "3.0"
dirs = "6.0"
which = "8"
[profile.release]
strip = true
lto = true
opt-level = "z"
codegen-units = 1
panic = "abort"
[profile.dist]
inherits = "release"
lto = true
[workspace.metadata.dist]
cargo-dist-version = "0.28.2"
ci = "github"
installers = []
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]