mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 05:35:41 +01:00
15 lines
235 B
TOML
15 lines
235 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"
|
||
|
|
||
|
[build-dependencies]
|
||
|
includedir_codegen = "0.2.0"
|