-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
34 lines (28 loc) · 1.14 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "comp_boss"
version = "2.0.6"
authors = ["GamerSubzero <[email protected]>, NemesisSSBU <[email protected]>, ClaudeRiegan <[email protected]>, jam1garner <[email protected]>"]
edition = "2021"
[package.metadata.skyline]
titleid = "01006A800016E000"
[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" }
smashline = { git = "https://github.com/HDR-Development/smashline" }
serde = { version = "1.0.216", features = ["derive"] }
parking_lot = "0.12.3"
toml = "0.8.19"
lazy_static = "1.5.0"
smash_script = { git = "https://github.com/blu-dev/smash-script.git" }
arcropolis-api = { git = "https://github.com/Raytwo/arcropolis_api" }
prc-rs = { git = "https://github.com/ultimate-research/prc-rs", features = ["indexmap-std"] }
rand = { git = "https://github.com/skyline-rs/rand" }
[patch.crates-io]
getrandom = { git = "https://github.com/skyline-rs/getrandom" }
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
lto = true