summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-04 18:12:44 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-04 19:54:12 +0200
commit41ee43438de6975fca63200d9fc866bd25a7626f (patch)
tree7d0c3093f660bdcb06da1e97157138596a526b50 /Cargo.toml
parent05b91f1c02a273c653a73569493f8e7154a62a11 (diff)
Bumb version to 0.5.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 53dc3e3e..e90947b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,17 @@
[package]
name = "meli"
-version = "0.4.1"
+version = "0.5.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
edition = "2018"
+license = "GPL-3.0-or-later"
+readme = "README"
+description = "terminal mail client"
+homepage = "https://meli.delivery"
+repository = "https://git.meli.delivery/meli/meli.git"
+keywords = ["mail", "mua", "maildir", "terminal", "imap"]
+categories = ["command-line-utilities", "email"]
+
[[bin]]
name = "meli"
path = "src/bin.rs"