mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-01-24 09:54:59 +00:00
10 lines
253 B
TOML
10 lines
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" }
|