From fc5789e026473ea82237be847672ecb350e64479 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 14 Jul 2026 20:22:56 +0100 Subject: license, simplify code, add README, lose "learner" naming --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4353904..2996395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "mood" -version = "0.1.0" +version = "0.4.0" description = "A music player governed by your moods." edition = "2024" +license = "GPL-3.0-or-later" +authors = ["tslil clingman"] + [dependencies] -bincode = "=1.3.3" chrono = "0.4.45" directories = "6.0.0" expanduser = "1.2.2" -- cgit v1.2.3