From 5f62e19f5440e44642623ef04fec8900a7005a1f Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 13 Jun 2021 09:25:10 +0200 Subject: [PATCH] chore(cargo): reorder Cargo.toml --- Cargo.toml | 7 +++---- readme.md => README.md | 0 2 files changed, 3 insertions(+), 4 deletions(-) rename readme.md => README.md (100%) diff --git a/Cargo.toml b/Cargo.toml index 37c5fde..418984f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,12 @@ name = "tui-tree-widget" description = "Tree Widget for tui-rs" version = "0.6.0" +license = "MIT" +repository = "https://github.com/EdJoPaTo/tui-tree-widget" authors = ["EdJoPaTo "] edition = "2018" keywords = ["tui", "terminal", "tree", "widget"] -license = "MIT" -readme = "readme.md" -repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" -include = ["src/**/*", "readme.md"] +include = ["src/**/*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md