18 lines
460 B
TOML
18 lines
460 B
TOML
[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"
|
|
progress_bar = "1.0.3"
|
|
rand = "0.8.5"
|
|
regex = "1.7.1"
|
|
version-compare = "0.1.1"
|
|
walkdir = "2.3.2"
|
|
wallpaper = { version = "3.2.0", features = ["from_url"] }
|