mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 11:00:19 +00:00
fix license and readme file path in cargo.toml
This commit is contained in:
parent
b6643be03f
commit
cc918e0eee
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue