m0nkrus-adobe-tracker/Cargo.toml

19 lines
460 B
TOML
Raw Normal View History

2023-03-03 01:51:46 +00:00
[package]
name = "adobe_update_checker_torrent"
version = "0.1.0"
edition = "2021"
authors = ["Djkáťo"]
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
downloader = "0.2.7"
eframe = "0.21.3"
egui = "0.21.0"
2023-03-03 17:23:25 +00:00
progress_bar = "1.0.3"
rand = "0.8.5"
2023-03-03 01:51:46 +00:00
regex = "1.7.1"
version-compare = "0.1.1"
walkdir = "2.3.2"
2023-03-03 17:23:25 +00:00
wallpaper = { version = "3.2.0", features = ["from_url"] }