mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 13:42:34 +00:00
Update Cargo.toml
This commit is contained in:
parent
fcf89c46e9
commit
377a4704a0
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue