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

This commit is contained in:
2019-01-20 00:59:58 -05:00
parent 46f1bcafca
commit 097d9df847
10 changed files with 45 additions and 39 deletions

View File

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