mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-24 09:38:32 +02:00
refactor(komorebic): inject metadata from cargo
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "komorebic"
|
name = "komorebic"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
|
||||||
|
description = "The command-line interface for Komorebi, a tiling window manager for Windows"
|
||||||
|
categories = ["cli", "tiling-window-manager", "windows"]
|
||||||
|
repository = "https://github.com/LGUG2Z/komorebi"
|
||||||
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|||||||
@@ -164,8 +164,7 @@ struct ApplicationTarget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clap)]
|
#[derive(Clap)]
|
||||||
#[clap(version = "0.1.0", author = "Jade Iqbal <jadeiqbal@fastmail.com>")]
|
#[clap(author, about, version, setting = AppSettings::DeriveDisplayOrder)]
|
||||||
#[clap(setting = AppSettings::DeriveDisplayOrder)]
|
|
||||||
struct Opts {
|
struct Opts {
|
||||||
#[clap(subcommand)]
|
#[clap(subcommand)]
|
||||||
subcmd: SubCommand,
|
subcmd: SubCommand,
|
||||||
|
|||||||
Reference in New Issue
Block a user