[[bin]]
name = "adof"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.38"
[dependencies.clap]
features = ["derive"]
version = "4.5.20"
[dependencies.git2]
version = "0.19.0"
[dependencies.glob]
version = "0.3.1"
[dependencies.reqwest]
version = "0.12.9"
[dependencies.serde]
features = ["derive"]
version = "1.0.214"
[dependencies.serde_json]
version = "1.0.132"
[dependencies.sha2]
version = "0.10.8"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.41.0"
[dependencies.webbrowser]
version = "1.0.2"
[lib]
name = "adof"
path = "src/lib.rs"
[package]
authors = ["Abinash S. <fnabinash@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "ADOF - An Automatic Dot-files Organizer Friend"
edition = "2021"
homepage = "https://github.com/fnabinash/adof"
keywords = ["config", "adof", "config-management", "vim", "neovim"]
license = "MIT"
name = "adof"
readme = "README.md"
repository = "https://github.com/fnabinash/adof"
version = "0.10.0"