[package] name = "superman" description = "A simple tool to add your user to the Windows Adminstrator group" authors = ["garageagle "] version = "0.1.4" edition = "2021" license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.23", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-appender = "0.2" dirs = "4.0" whoami = "1.3"