mirror of
https://github.com/Dangoware/dmp-core.git
synced 2025-04-19 13:32:53 -05:00
updated cargo.toml
This commit is contained in:
parent
af6e273e19
commit
3c54745303
1 changed files with 11 additions and 11 deletions
22
Cargo.toml
22
Cargo.toml
|
@ -1,21 +1,21 @@
|
|||
[package]
|
||||
name = "dango-core"
|
||||
version = "0.1.1"
|
||||
name = "dmp-core"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
description = "A music backend that manages storage, querying, and playback of remote and local songs."
|
||||
homepage = "https://dangoware.com/dango-music-player"
|
||||
documentation = "https://docs.rs/dango-core"
|
||||
description = "Backend crate for the Dango Music Player "
|
||||
homepage = ""
|
||||
documentation = ""
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/Dangoware/dango-music-player"
|
||||
keywords = ["audio", "music"]
|
||||
categories = ["multimedia::audio"]
|
||||
repository = "https://github.com/Dangoware/dmp-core"
|
||||
keywords = []
|
||||
categories = []
|
||||
|
||||
[dependencies]
|
||||
file-format = { version = "0.22.0", features = ["reader-asf", "reader-ebml", "reader-mp4", "reader-rm", "reader-txt", "reader-xml", "serde"] }
|
||||
lofty = "0.17.1"
|
||||
file-format = { version = "0.23.0", features = ["reader-asf", "reader-ebml", "reader-mp4", "reader-rm", "reader-txt", "reader-xml", "serde"] }
|
||||
lofty = "0.18.0"
|
||||
serde = { version = "1.0.191", features = ["derive"] }
|
||||
toml = "0.7.5"
|
||||
toml = "0.8.8"
|
||||
walkdir = "2.4.0"
|
||||
chrono = { version = "0.4.31", features = ["serde"] }
|
||||
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue