Update project structure

This commit is contained in:
Werner
2021-12-25 08:20:21 -03:00
parent ddd78713ba
commit 4f9a05286c
6 changed files with 13 additions and 7 deletions

@ -3,6 +3,10 @@ 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" }