mirror of
https://github.com/guilhermewerner/rust-ps2
synced 2025-06-15 13:24:19 +00:00
23 lines
359 B
TOML
23 lines
359 B
TOML
[package]
|
|
name = "rust-ps2"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
name = "RustPS2"
|
|
path = "Source/Main.rs"
|
|
|
|
[dependencies]
|
|
panic-halt = "0.2.0"
|
|
prussia_rt = { git = "https://github.com/Ravenslofty/prussia" }
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[package.metadata.cargo-xbuild]
|
|
memcpy = true
|
|
sysroot_path = "target/sysroot"
|