From a59edfd300406f4ce3cb480c60b7e32c550b7633 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:15:16 +0100 Subject: [PATCH] Add missing fields to `Cargo.toml` --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3e1defd..43ca898 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "dcui" version = "0.1.0" +authors = ["Turiiya"] +repository = "https://github.com/ttytm/dcui" +license = "ISC" +description = "Minimal TUI application for controlling external displays" edition = "2021" rust-version = "1.74.0"