[package]
edition = "2024"
name = "autorun"
version = "0.1.0"
authors = ["ahaoboy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple tool to manage autorun entries on Windows"
homepage = "https://github.com/ahaoboy/autorun"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ahaoboy/autorun"
[lib]
name = "autorun"
path = "src/lib.rs"
[[bin]]
name = "autorun"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.winreg]
version = "0.56"