root/mpd/Cargo.toml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mpd"
version = "0.2.0"
authors = ["nee <nee-git@patchouli.garden>", "figsoda <figsoda@pm.me>"]
edition = "2021"
license = "MPL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
async-net = "1.7"
futures-lite = "1.11"
expand = "0.2"

bytes = "0.5"