Skip to content

Commit

Permalink
🔧 Revamped Environment Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN authored Sep 4, 2024
2 parents 8cee93a + ba6546d commit d02842e
Show file tree
Hide file tree
Showing 10 changed files with 259 additions and 228 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.rustc_info.json
1 change: 0 additions & 1 deletion .rustc_info.json

This file was deleted.

125 changes: 77 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ repository = "https://github.com/ThijmenGThN/swaparr"
description = "A robust solution addressing stalled downloads in Starr apps."

[dependencies]
tabled = { version = "0.15.0" }
bytesize = { version = "1.3.0" }
humantime = { version = "2.1.0" }
ms-converter = { version = "1.4.0" }
serde = { version = "1.0.204", features = ["derive"] }
reqwest = { version = "0.12.5", features = ["blocking", "json", "rustls-tls"], default-features = false }
tabled = { version = "0.16.0" }
bytesize = { version = "1.3" }
humantime = { version = "2.1" }
ms-converter = { version = "1.4" }
serde = { version = "1.0.209", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["blocking", "json", "rustls-tls"], default-features = false }
Loading

0 comments on commit d02842e

Please sign in to comment.