mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Forgot to create new branch
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
9f50b48764
commit
b5fe6c9142
2 changed files with 2 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -11,6 +11,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|||
[[package]]
|
||||
name = "ape"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/Serial-ATA/rust-ape?branch=temporary#a941361c7956512d4795d25b55133b18debcbb2a"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
]
|
||||
|
|
|
@ -11,7 +11,7 @@ categories = ["accessibility", "multimedia::audio"]
|
|||
|
||||
[dependencies]
|
||||
# Ape
|
||||
ape = {path = "../rust-ape", optional = true}
|
||||
ape = { git = "https://github.com/Serial-ATA/rust-ape", branch = "temporary", optional = true }
|
||||
# Id3
|
||||
id3 = {version = "0.6.4", optional = true} # De/Encoding
|
||||
filepath = { version = "0.1.1", optional = true } # wav/aiff only supports paths for some reason
|
||||
|
|
Loading…
Reference in a new issue