diff options
author | James Campos <james.r.campos@gmail.com> | 2020-05-16 02:22:35 -0700 |
---|---|---|
committer | James Campos <james.r.campos@gmail.com> | 2020-05-16 02:22:35 -0700 |
commit | d09560fa20287e5033cca5229649eac140f81e63 (patch) | |
tree | 5813ff0bc2d44671486c95592957d1d744f6a9f6 /Cargo.toml | |
parent | 9b6d9dcf8b5c538fcbd291eda081302189b8ea84 (diff) | |
download | bk-d09560fa20287e5033cca5229649eac140f81e63.tar.gz |
meta
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ version = "0.1.0" authors = ["James Campos <james.r.campos@gmail.com>"] edition = "2018" license = "MIT" +description = "Terminal Epub reader" +repository = "https://github.com/aeosynth/bk" [dependencies] crossterm = "0.17" |