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]
|
||||
name = "monolith"
|
||||
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"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -12,7 +12,7 @@ static DEFAULT_USER_AGENT: &str =
|
|||
fn main() {
|
||||
let command = App::new("monolith")
|
||||
.version(crate_version!())
|
||||
.author(crate_authors!())
|
||||
.author(crate_authors!("\n"))
|
||||
.about(crate_description!())
|
||||
.arg(
|
||||
Arg::with_name("url")
|
||||
|
|
Loading…
Reference in a new issue