Release v0.2

This commit is contained in:
2024-11-12 16:59:57 +01:00
parent e6da6282b1
commit 2438f1f5d7
4 changed files with 17 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
[package]
name = "screencfg"
version.workspace = true
edition.workspace = true
description = "Automatically configure your screen setup with i3"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/hakoerber/screencfg/"
authors = ["Hannes Körber <hannes@hkoerber.de>"]
rust-version = "1.74.1"
@@ -11,6 +11,14 @@ license-file = "LICENSE"
keywords = ["i3", "xrandr"]
categories = ["command-line-utilities"]
[workspace]
resolver = "2"
members = ["i3", "xrandr"]
[workspace.package]
version = "0.2.0"
edition = "2021"
[dependencies]
clap = { version = "4.*", default-features = false, features = [
"std",
@@ -31,10 +39,6 @@ full = [
"clap/error-context",
]
[workspace]
resolver = "2"
members = ["i3", "xrandr"]
[profile.release]
opt-level = 3
debug = false