mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 11:05:39 +01:00
21 lines
312 B
TOML
21 lines
312 B
TOML
[package]
|
|
name = "yuzu-installer"
|
|
version = "0.1.0"
|
|
authors = ["James <jselby@jselby.net>"]
|
|
|
|
[dependencies]
|
|
web-view = "0.1.2"
|
|
tiny_http = "0.5.8"
|
|
|
|
includedir = "0.2.2"
|
|
phf = "0.7.21"
|
|
|
|
serde = "1.0.27"
|
|
serde_derive = "1.0.27"
|
|
serde_json = "1.0.9"
|
|
|
|
toml = "0.4"
|
|
|
|
[build-dependencies]
|
|
includedir_codegen = "0.2.0"
|