liftinstall/Cargo.toml

28 lines
398 B
TOML
Raw Normal View History

2018-01-26 12:29:28 +00:00
[package]
name = "yuzu-installer"
version = "0.1.0"
authors = ["James <jselby@jselby.net>"]
[dependencies]
web-view = "0.1.2"
hyper = "0.11.15"
hyper-tls = "0.1.2"
tokio-core = "*"
futures = "*"
mime_guess = "1.8.3"
2018-01-26 12:29:28 +00:00
includedir = "0.2.2"
phf = "0.7.21"
2018-01-27 03:27:41 +00:00
serde = "1.0.27"
serde_derive = "1.0.27"
serde_json = "1.0.9"
toml = "0.4"
2018-01-27 04:02:49 +00:00
nfd = "0.0.4"
2018-01-26 12:29:28 +00:00
[build-dependencies]
includedir_codegen = "0.2.0"