Release v0.2
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user