Move crt0 and platform into src folder

Add cargo fmt script
This commit is contained in:
Jeremy Soller
2018-03-06 19:55:11 -07:00
parent 6bca112340
commit 543526cb85
21 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ build = "build.rs"
cbindgen = { path = "../../cbindgen" }
[dependencies]
platform = { path = "../../platform" }
platform = { path = "../platform" }
ralloc = { path = "../../ralloc", default-features = false }