[package]
name = "hero_dev_tools"
version = "0.1.5"
edition = "2024"
authors = ["PlanetFirst <info@incubaid.com>"]
repository = "https://github.com/youruser/hero_dev_tools"
license = "Apache-2.0"
description = "Hero Dev Tools - CLI tool for managing developer sessions with btrfs snapshots"
keywords = ["developer", "session", "btrfs", "snapshot"]
categories = ["command-line-utilities", "development-tools"]
rust-version = "1.92.0"
[lib]
name = "hero_dev_tools"
path = "src/lib.rs"
[[bin]]
name = "hero-dev-tools"
path = "src/main.rs"
[dependencies]
dialoguer = "0.11"
console = "0.15"
indicatif = "0.17"
anyhow = "1.0.98"
thiserror = "2.0.12"
walkdir = "2.5"
which = "7.0"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clap = { version = "4.5", features = ["derive"] }