Update Cargo.toml

This commit is contained in:
Serial 2021-05-19 15:37:44 -04:00
parent fcf89c46e9
commit 377a4704a0
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -348,6 +348,8 @@ dependencies = [
[[package]]
name = "lofty_attr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52bab5d43183b8022bc4f29af84eb32d2f812f789860be83cf16612b066815e"
dependencies = [
"quote",
"syn",

View file

@ -33,9 +33,7 @@ thiserror = "1.0.24"
base64 = "0.13.0"
byteorder = "1.4.3"
[dependencies.lofty_attr]
path = "./lofty-attr"
version = "0.1.0"
lofty_attr = "0.1.0"
[features]
default = ["full"]