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

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