Parse JSON into linker script

This commit is contained in:
Jaby
2022-12-03 02:55:12 +01:00
parent 268642fb6b
commit 897969467f
6 changed files with 120 additions and 7 deletions

View File

@@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tool_helper = {path = "../tool_helper"}
tool_helper = {path = "../tool_helper"}
serde_json = "*"