Merge pull request #21 from Y2Z/author-robatipoor
Add robatipoor to list of authors
This commit is contained in:
commit
625c529cf1
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "monolith"
|
name = "monolith"
|
||||||
version = "2.0.9"
|
version = "2.0.9"
|
||||||
authors = ["Sunshine <sunshine@uberspace.net>"]
|
authors = [
|
||||||
|
"Sunshine <sunshine@uberspace.net>",
|
||||||
|
"Mahdi Robatipoor <mahdi.robatipoor@gmil.com>",
|
||||||
|
]
|
||||||
description = "CLI tool for saving web pages as a single HTML file"
|
description = "CLI tool for saving web pages as a single HTML file"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -12,7 +12,7 @@ static DEFAULT_USER_AGENT: &str =
|
||||||
fn main() {
|
fn main() {
|
||||||
let command = App::new("monolith")
|
let command = App::new("monolith")
|
||||||
.version(crate_version!())
|
.version(crate_version!())
|
||||||
.author(crate_authors!())
|
.author(crate_authors!("\n"))
|
||||||
.about(crate_description!())
|
.about(crate_description!())
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("url")
|
Arg::with_name("url")
|
||||||
|
|
Loading…
Reference in a new issue