2020-04-08 04:21:52 +00:00
|
|
|
[package]
|
2020-04-30 23:13:49 +00:00
|
|
|
name = "training_modpack"
|
2020-08-29 18:03:33 +00:00
|
|
|
version = "2.5.3"
|
2020-05-14 20:54:32 +00:00
|
|
|
authors = ["jugeeya <jugeeya@live.com>"]
|
2020-04-08 04:21:52 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2020-09-14 20:43:53 +00:00
|
|
|
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
|
|
|
|
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
|
2020-09-09 04:10:27 +00:00
|
|
|
bitflags = "1.2.1"
|
2020-09-14 20:43:06 +00:00
|
|
|
parking_lot = { version = "0.11.0", features = ["nightly"] }
|
|
|
|
lazy_static = "1.4.0"
|
2020-09-26 00:49:06 +00:00
|
|
|
owo-colors = "1.1.3"
|
2020-04-10 22:34:29 +00:00
|
|
|
|
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"
|
2020-08-08 00:42:14 +00:00
|
|
|
plugin-dependencies = [
|
|
|
|
{ name = "libnro_hook.nro", url = "https://github.com/ultimate-research/nro-hook-plugin/releases/download/v0.1.1/libnro_hook.nro" },
|
2020-09-14 20:43:06 +00:00
|
|
|
{ name = "libparam_hook.nro", url = "https://github.com/ultimate-research/params-hook-plugin/releases/download/v0.1/libparam_hook.nro" },
|
2020-08-08 00:42:14 +00:00
|
|
|
]
|
|
|
|
|