root/Cargo.toml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "mpdr"
version = "0.1.0"
edition = "2021"
license = "AGPLv3"
authors = ["nee <nee.git@patchouli.garden>"]
description = "I'm bored and wanted to rewrite something in rust for !FUN!."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-net = "2.0.0"
dirs = "5.0.1"
futures-lite = "2.0.1"
# rodio = { git = "https://github.com/dvdsk/rodio", branch= "seek_runtime_err", features = ["symphonia-all"] }
rodio = {version="0.17.3", features = ["symphonia-all"]}
symphonia = {version="0.5.3", features = ["all"]}
tokio = {version="1.34.0", features = ["full"]}
toml = "0.8.8"
serde = { version = "1.0", features = ["derive"] }