mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 11:43:52 +00:00
14 lines
235 B
TOML
14 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"
|