1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-03-04 22:02:19 +00:00
UltimateTrainingModpack/Cargo.toml

24 lines
521 B
TOML
Raw Normal View History

2020-04-08 00:21:52 -04:00
[package]
2020-04-30 16:13:49 -07:00
name = "training_modpack"
2020-04-08 00:21:52 -04:00
version = "0.1.0"
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2020-04-12 19:34:43 -04:00
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
# skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
skyline_smash = { path = "../../../../src/skyline-smash" }
2020-04-12 19:34:43 -04:00
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
2020-04-16 01:58:05 -04:00
lto = true
2020-04-30 16:13:49 -07:00
[package.metadata.skyline]
titleid = "01006A800016E000"