Created binary_loader

This commit is contained in:
2020-11-10 15:17:08 -07:00
parent 4650e84111
commit 097d6a973c
4 changed files with 117 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
binary_loader = { path = "../binary_loader" }