Create cargo project

This commit is contained in:
GuilhermeWerner
2021-09-15 14:28:24 -03:00
parent 78f672eb4f
commit acf3c45e98
3 changed files with 57 additions and 0 deletions

18
Cargo.toml Normal file
View File

@ -0,0 +1,18 @@
[package]
name = "rust-ps2"
version = "0.1.0"
edition = "2018"
[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"