New perm concept, reference, and adding routes.

This commit is contained in:
Paul Makles
2020-12-29 13:02:04 +00:00
parent 798047625a
commit eb382fa1ec
14 changed files with 196 additions and 46 deletions

7
Cargo.lock generated
View File

@@ -1203,6 +1203,12 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f7280c75fb2e2fc47080ec80ccc481376923acb04501957fc38f935c3de5088"
[[package]]
name = "impl_ops"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f97a5f38dd3ccfbe7aa80f4a0c00930f21b922c74195be0201c51028f22dcf"
[[package]]
name = "indexmap"
version = "1.6.1"
@@ -2346,6 +2352,7 @@ dependencies = [
"env_logger",
"futures",
"hive_pubsub",
"impl_ops",
"lazy_static",
"lettre",
"log",