diff --git a/Cargo.toml b/Cargo.toml index 5e44340..154bf0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] +# trname = { path = "../trname" } +trname = { git = "https://github.com/syrflover/trname", rev = "3eee979" } + dotenv = "0.15.0" futures = "0.3.30" reqwest = "0.12.5" @@ -15,6 +18,3 @@ thiserror = "1.0.61" tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros"] } transmission-rpc = "0.4.2" url = "2.5.2" - -# trname = { path = "../renamer" } -trname = { git = "https://github.com/syrflover/trname", rev = "36c2a19" }