[package]
name = "bonds-cli"
version = "0.1.4"
edition = "2024"
description = "CLI for creating and managing symlink-based bonds"
license-file = "../../LICENSE"
repository = "https://github.com/clxrityy/bonds"
readme = "README.md"
documentation = "https://bonds.fyi/latest/api/bonds_cli/"
keywords = ["cli", "symlink", "filesystem", "productivity"]
categories = ["command-line-utilities", "filesystem"]
[[bin]]
name = "bond"
path = "src/main.rs"
[dependencies]
bonds-core = { version = "0.1.4", path = "../core" }
clap = { workspace = true }