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

This commit is contained in:
2019-01-19 23:46:05 -05:00
parent 483ccd455c
commit f1ebfc465f
5 changed files with 9 additions and 8 deletions

View File

@ -7,6 +7,7 @@ license = ""
repository = "https://gitlab.com/CyberMages/Core/scribe.git"
documentation = ""
keywords = ["scribe", "logging"]
edition = "2018"
[features]