1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-02-01 06:57:25 +00:00
UltimateTrainingModpack/Cargo.toml
2020-04-12 19:34:43 -04:00

20 lines
470 B
TOML

[package]
name = "skyline-rs-template"
version = "0.1.0"
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
[profile.dev]
opt-level = 0 # Use slightly better optimizations.
debug = 2
panic = "abort"
[profile.release]
panic = "abort"