Initial commit

This commit is contained in:
2024-05-07 18:41:41 +02:00
commit 73570c320f
8 changed files with 1751 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "screencfg"
description = "Automatically configure your screen setup"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.4", default-features = false, features = ["std", "derive"] }
[features]
default = ["full"]
full = ["clap/help", "clap/color", "clap/suggestions", "clap/usage", "clap/error-context"]