-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: publish releases to crates.io
- Loading branch information
Dillon Lees
committed
Dec 5, 2019
1 parent
a66f5f5
commit 4b5ac95
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
[package] | ||
name = "felloe" | ||
description = "Interactive helm version management" | ||
version = "0.1.0" | ||
homepage = "https://github.com/ddlees/felloe" | ||
license = "Apache-2.0 OR MIT" | ||
authors = ["Dillon Lees <[email protected]>"] | ||
readme = "README.md" | ||
keywords = ["helm", "kubernetes", "version", "management", "tiller"] | ||
categories = ["command-line-utilities"] | ||
edition = "2018" | ||
build = "build.rs" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
include = [ | ||
"**/*.rs", | ||
"images", | ||
"Cargo.toml", | ||
"Cargo.lock", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
|
||
[dependencies] | ||
structopt = "0.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters