liftinstall/Cargo.toml
James 5eca483b06 Don't need phf for an array of 5-10 elements
Allows for Stable to build the application again
2018-08-03 17:50:17 +10:00

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"