aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-07-14 20:22:56 +0100
committertslil <tslil@posteo.de>2026-07-14 21:25:04 +0100
commitfc5789e026473ea82237be847672ecb350e64479 (patch)
tree6210659eb424124b55bd67a63397a37931e50b5f /Cargo.toml
parent156cbfe2b0383521f540109682d98d35c88d65f8 (diff)
license, simplify code, add README, lose "learner" naming
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
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"