1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00
UltimateTrainingModpack/Cargo.toml

25 lines
563 B
TOML
Raw Normal View History

2020-04-08 04:21:52 +00:00
[package]
2020-04-30 23:13:49 +00:00
name = "training_modpack"
2020-05-14 20:54:32 +00:00
version = "2.0.0"
authors = ["jugeeya <jugeeya@live.com>"]
2020-04-08 04:21:52 +00:00
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2020-04-12 23:34:43 +00:00
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
2020-05-14 20:54:32 +00:00
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
2020-05-17 18:23:30 +00:00
# skyline = { path = "../../../../src/skyline-rs" }
2020-05-14 20:54:32 +00:00
# skyline_smash = { path = "../../../../src/skyline-smash" }
2020-04-12 23:34:43 +00:00
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
2020-04-16 05:58:05 +00:00
lto = true
2020-04-30 23:13:49 +00:00
[package.metadata.skyline]
titleid = "01006A800016E000"