fix license and readme file path in cargo.toml

This commit is contained in:
Clément DOUIN
2022-03-20 22:40:03 +01:00
parent b6643be03f
commit cc918e0eee
+2 -2
View File
@@ -4,8 +4,8 @@ description = "Command-line interface for email management"
version = "0.5.10"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2018"
license-file = "LICENSE"
readme = "README.md"
license-file = "../LICENSE"
readme = "../README.md"
categories = ["command-line-interface", "command-line-utilities", "email"]
keywords = ["cli", "mail", "email", "client", "imap"]
homepage = "https://github.com/soywod/himalaya/wiki"