aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"