[package]
edition = "2024"
name = "bonds-cli"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for creating and managing symlink-based bonds"
documentation = "https://bonds.fyi/latest/api/bonds_cli/"
readme = "README.md"
keywords = [
"cli",
"symlink",
"filesystem",
"productivity",
]
categories = [
"command-line-utilities",
"filesystem",
]
license-file = "LICENSE"
repository = "https://github.com/clxrityy/bonds"
[lib]
name = "bonds_cli"
path = "src/lib.rs"
[[bin]]
name = "bond"
path = "src/main.rs"
[[test]]
name = "args_test"
path = "tests/args_test.rs"
[dependencies.bonds-core]
version = "0.1.4"
[dependencies.clap]
version = "4"
features = ["derive"]