mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-09 23:38:42 +00:00
5eca483b06
Allows for Stable to build the application again
33 lines
697 B
TOML
33 lines
697 B
TOML
[package]
|
|
name = "liftinstall"
|
|
version = "0.1.0"
|
|
authors = ["James <jselby@jselby.net>"]
|
|
repository = "https://github.com/j-selby/liftinstall.git"
|
|
documentation = "https://liftinstall.jselby.net"
|
|
description = "An adaptable installer for your application."
|
|
|
|
[dependencies]
|
|
web-view = {git = "https://github.com/Boscop/web-view.git", rev = "555f422d09cbb94e82a728d47e9e07ca91963f6e"}
|
|
|
|
hyper = "0.11.27"
|
|
futures = "*"
|
|
mime_guess = "1.8.3"
|
|
url = "*"
|
|
|
|
reqwest = "0.8.6"
|
|
number_prefix = "0.2.7"
|
|
|
|
serde = "1.0.27"
|
|
serde_derive = "1.0.27"
|
|
serde_json = "1.0.9"
|
|
|
|
toml = "0.4"
|
|
|
|
# TODO: Use web-view for this one
|
|
nfd = "0.0.4"
|
|
|
|
semver = {version = "0.9.0", features = ["serde"]}
|
|
regex = "0.2"
|
|
|
|
zip = "0.2.8"
|