cli_run no macro re-write

This commit is contained in:
Anton-4 2022-09-27 20:25:28 +02:00
parent 1d9a751606
commit d5dbee57d9
No known key found for this signature in database
GPG key ID: A13F4A6E21141925
8 changed files with 605 additions and 715 deletions

View file

@ -16,7 +16,7 @@ name = "host"
path = "src/main.rs"
[dependencies]
roc_std = { path = "../../../crates/roc_std" }
roc_std = { path = "../../../../crates/roc_std" }
libc = "0.2"
[workspace]