Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 50 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "4", features = ["derive"] } # Provides command line argument
directories = "6" # Used to get OS-specific directories for storing application files (logs, configs, etc).
futures = { version = "0.3", default-features = false } # Necessary for working with async results.
iced = "0.13" # Provides the GUI
iced_futures = "0.13" # Needed by iced
iced_futures = "0.14" # Needed by iced
itertools = "0.14" # Used for duplicate detection in a Vec
lazy_static = "1" # Used to initialize globals at runtime
open = "5" # Used to open application update pages in your browser
Expand Down
Loading