From 31bcdf44dc20b03634647352046b398d2d2da194 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 10 Nov 2020 18:57:20 -0500 Subject: [PATCH] sort package info --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb670c2..7289deb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,11 @@ name = "mmtc" version = "0.2.2" authors = ["figsoda "] edition = "2018" -license = "MPL-2.0" description = "Minimal mpd terminal client that aims to be simple yet highly configurable" +readme = "README.md" homepage = "https://github.com/figsoda/mmtc" repository = "https://github.com/figsoda/mmtc" -readme = "README.md" +license = "MPL-2.0" keywords = ["cli", "mpd", "music", "terminal", "tui"] categories = ["command-line-utilities"]