From cc918e0eee58fd966c0d365f9e41d1822a9b513a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 20 Mar 2022 22:40:03 +0100 Subject: [PATCH] fix license and readme file path in cargo.toml --- cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"