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