Update Cargo.toml in order to publish
This commit is contained in:
parent
8668a7a442
commit
6753ab503a
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
||||||
name = "ublue-rs"
|
name = "ublue-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
|
||||||
|
repository = "https://gitlab.com/wunker-bunker/ublue-cli"
|
||||||
|
license-file = "LICENSE"
|
||||||
|
categories = ["command-line-utilities"]
|
||||||
|
include = ["templates/"]
|
||||||
|
default-run = "ublue"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue