aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-16 23:09:41 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-16 23:09:43 -0400
commit584f0ebc6e33ddc2905d82f44e7b42faea122668 (patch)
treee4a2bbc3d801086649c29a1de741dd49fc466b96 /Cargo.toml
parente0a9b18f45858829f88cbe20611aaf696fc5bf6a (diff)
fill in queued playback info
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ee41b1..ebc4348 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,6 +57,10 @@ timeago = "0.4"
fnv = "1.0"
dashmap = "6.0"
+humantime = "2.1"
+
+uuid = "1.10"
+
clap = { version = "4.5", features = ["derive"] }
envconfig = "0.10"