[[bin]]
name = "ccsync"
path = "src/main.rs"
[dependencies.anyhow]
version = "~1.0.95"
[dependencies.ccsync-core]
version = "0.1.5"
[dependencies.clap]
features = ["derive", "cargo"]
version = "~4.5.28"
[dependencies.ctrlc]
version = "~3.5.1"
[dependencies.dialoguer]
version = "~0.12.0"
[dev-dependencies.assert_cmd]
version = "~2.1.0"
[dev-dependencies.predicates]
version = "~3.1.3"
[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"
[lints.rust]
dead_code = "warn"
unsafe_code = "forbid"
unused_imports = "warn"
unused_mut = "warn"
[package]
authors = ["ccsync contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "CLI binary for Claude Configuration Synchronization Tool"
edition = "2024"
keywords = ["cli", "sync", "configuration", "claude"]
license = "MIT"
name = "ccsync"
readme = false
repository = "https://github.com/onsails/ccsync"
resolver = "2"
version = "0.1.5"
[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"