1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-12-13 03:49:49 +00:00
UltimateTrainingModpack/skyline/Cargo.toml

13 lines
344 B
TOML
Raw Normal View History

2020-04-08 04:21:52 +00:00
[package]
2020-04-08 04:31:46 +00:00
name = "skyline"
version = "0.0.1"
2020-04-08 04:21:52 +00:00
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
skyline_macro = { path = "./skyline_macro" }
nnsdk = { path = "./nnsdk" }
skyline_libc = { path = "./skyline_libc" }