Restructuring: Move permission code in separate modules
This commit is contained in:
parent
b964063dbb
commit
82e89baeeb
12 changed files with 799 additions and 784 deletions
|
|
@ -8,12 +8,15 @@ edition = "2021"
|
|||
[dependencies.rest]
|
||||
path = "../rest"
|
||||
|
||||
[dependencies.service_impl]
|
||||
path = "../service_impl"
|
||||
|
||||
[dependencies.dao_impl]
|
||||
path = "../dao_impl"
|
||||
|
||||
[dependencies.dao]
|
||||
path = "../dao"
|
||||
|
||||
[dependencies.service_impl]
|
||||
path = "../service_impl"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.37.0"
|
||||
features = ["full"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue