doti 0.1.0

A fast, interactive TUI dotfiles manager with copy-based sync and secret scanning
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "doti"
version = "0.1.0"
build = false
exclude = [
    "demo/",
    ".venv/",
    "assets/",
    ".github/",
    ".env",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, interactive TUI dotfiles manager with copy-based sync and secret scanning"
homepage = "https://github.com/volcmen/doti"
readme = "README.md"
keywords = [
    "dotfiles",
    "tui",
    "config",
    "sync",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/volcmen/doti"

[lib]
name = "doti"
path = "src/lib.rs"

[[bin]]
name = "doti"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30"

[dependencies.similar]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"