mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 21:52:33 +00:00
10 lines
No EOL
253 B
TOML
10 lines
No EOL
253 B
TOML
[package]
|
|
name = "custom_resolver"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
lofty = { path = "../.." }
|
|
lofty_attr = { path = "../../lofty_attr" } |