lrau 0.2.2

LrAU is an authentication and permission management system for rust.
Documentation
[[permissions]]
path = "/contacts"
auth = false

[[permissions]]
path = "/contacts/name"
auth = true

[[permissions]]
path = "/contacts/name/middle"
auth = false

[[permissions]]
path = "/contacts/name/last"
auth = true

[[permissions]]
path = "/admin"
auth = false

[[permissions]]
path = "/admin/passwords"
auth = true
mut = true