mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-04 13:52:21 +00:00
12 lines
338 B
TOML
12 lines
338 B
TOML
[package]
|
|
name = "skyline"
|
|
version = "0.0.1"
|
|
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" }
|
|
nn = { path = "./nn" }
|
|
skyline_libc = { path = "./skyline_libc" }
|