[package] name = "antidot-rs" version = "0.2.1" edition = "2021" license = "Unlicense" authors = ["The Bearodactyl "] description = "A background process that will remove any undesired folders from ~" readme = "README.md" repository = "https://github.com/thebearodactyl/antidotrs" keywords = ["background", "directories", "dotfiles", "removal", "filesystem"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.11", features = ["derive"] } daemonize = "0.5.0" envmnt = "0.10.4" ezio = "0.1.2" snor = "0.1.1"