mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-09 13:18:05 -05:00
25 lines
634 B
TOML
25 lines
634 B
TOML
[package]
|
|
name = "music-player-discovery"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
repository = "https://github.com/tsirysndr/music-player"
|
|
license = "MIT"
|
|
authors = ["Tsiry Sandratraina <tsiry.sndr@aol.com>"]
|
|
description = "Discovery for the music player"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies.music-player-settings]
|
|
path = "../settings"
|
|
version = "0.1.3"
|
|
|
|
[dependencies]
|
|
env_logger = "0.9.1"
|
|
futures-util = "0.3.24"
|
|
libmdns = "0.7.2"
|
|
mdns = "3.0.0"
|
|
tokio = { version = "1.21.2", features = ["full"] }
|
|
owo-colors = "3.5.0"
|
|
mdns-sd = "0.5.8"
|
|
async-stream = "0.3.3"
|