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
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

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"