From 377a4704a0a2c8504873240a2bda0c1404346360 Mon Sep 17 00:00:00 2001 From: Serial Date: Wed, 19 May 2021 15:37:44 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.lock | 2 ++ Cargo.toml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55e59727..c04a02c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 271c433a..9e95a76e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]