-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
26 lines (21 loc) · 803 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "mfp"
description = "A command-line utility for playing music mixes for programming & focus (from musicforprogramming.net), unlocking the flow state!"
version = "0.2.0"
authors = ["Rohit Gupta"]
edition = "2021"
readme = "README.md"
homepage = "https://github.com/guptarohit/mfp"
repository = "https://github.com/guptarohit/mfp"
keywords = ["cli", "music", "utility", "command-line", "musicforprogramming"]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
[dependencies]
reqwest = { version = "0.11.18", features = ["blocking"] }
rss = "2.0.4"
rodio = "0.17.1"
rand = "0.8.5"
minimp3 = "0.5.1"
clap = { version = "4.3.10", features = ["derive"] }
indicatif = "0.17.5"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html