liftinstall/Cargo.toml
2018-07-28 15:33:06 +10:00

36 lines
735 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"
phf = "0.7.22"
phf_macros = "0.7.22"
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"