Skip to content

Commit

Permalink
update dep trname
Browse files Browse the repository at this point in the history
  • Loading branch information
syrflover committed Aug 17, 2024
1 parent fa8b2bc commit 3c39324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" }

0 comments on commit 3c39324

Please sign in to comment.