Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
atanunq committed Sep 27, 2020
1 parent 5a6c541 commit aeac70b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "viuer"
version = "0.1.0"
authors = ["atanunq <[email protected]>"]
authors = ["Atanas Yankov <[email protected]>"]
edition = "2018"
description = "Show images in the terminal"
documentation = "https://docs.rs/viuer"
readme = "README.md"
repository = "https://github.com/atanunq/viuer"
license = "MIT"
categories = ["command-line-interface"]
keywords = ["terminal", "image"]

[dependencies]
termcolor = "1.1"
Expand Down

0 comments on commit aeac70b

Please sign in to comment.