diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6cda92b..045f366 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -4,8 +4,8 @@ description = "Command-line interface for email management" version = "0.5.10" authors = ["soywod "] 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"