updated cargo.toml

This commit is contained in:
MrDulfin 2024-01-13 00:20:23 -05:00
parent af6e273e19
commit 3c54745303

View file

@ -1,21 +1,21 @@
[package] [package]
name = "dango-core" name = "dmp-core"
version = "0.1.1" version = "0.0.0"
edition = "2021" edition = "2021"
license = "AGPL-3.0-only" license = "AGPL-3.0-only"
description = "A music backend that manages storage, querying, and playback of remote and local songs." description = "Backend crate for the Dango Music Player "
homepage = "https://dangoware.com/dango-music-player" homepage = ""
documentation = "https://docs.rs/dango-core" documentation = ""
readme = "README.md" readme = "README.md"
repository = "https://github.com/Dangoware/dango-music-player" repository = "https://github.com/Dangoware/dmp-core"
keywords = ["audio", "music"] keywords = []
categories = ["multimedia::audio"] categories = []
[dependencies] [dependencies]
file-format = { version = "0.22.0", features = ["reader-asf", "reader-ebml", "reader-mp4", "reader-rm", "reader-txt", "reader-xml", "serde"] } file-format = { version = "0.23.0", features = ["reader-asf", "reader-ebml", "reader-mp4", "reader-rm", "reader-txt", "reader-xml", "serde"] }
lofty = "0.17.1" lofty = "0.18.0"
serde = { version = "1.0.191", features = ["derive"] } serde = { version = "1.0.191", features = ["derive"] }
toml = "0.7.5" toml = "0.8.8"
walkdir = "2.4.0" walkdir = "2.4.0"
chrono = { version = "0.4.31", features = ["serde"] } chrono = { version = "0.4.31", features = ["serde"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] } bincode = { version = "2.0.0-rc.3", features = ["serde"] }