Fixed the library to use the new Rust 2018 module system.

This commit is contained in:
2019-01-19 23:54:34 -05:00
parent 4c817749dc
commit 1a3a5a26e3
4 changed files with 4 additions and 6 deletions

View File

@ -8,6 +8,7 @@ repository = "https://gitlab.com/CyberMages/Core/pact.git"
documentation = ""
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
build = "build.rs"
edition = "2018"
[features]