diff options
| author | tslil <tslil@posteo.de> | 2026-07-14 20:22:56 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-07-14 21:25:04 +0100 |
| commit | fc5789e026473ea82237be847672ecb350e64479 (patch) | |
| tree | 6210659eb424124b55bd67a63397a37931e50b5f /Cargo.toml | |
| parent | 156cbfe2b0383521f540109682d98d35c88d65f8 (diff) | |
license, simplify code, add README, lose "learner" naming
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |
