1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Add a basic casbin example for actix-web. (#264)

* Add the casbin example for actix-web.

* Update for clear description.
This commit is contained in:
Chojan Shang
2020-03-03 14:13:43 +08:00
committed by GitHub
parent 7fea040acb
commit 84b364544b
6 changed files with 117 additions and 0 deletions

View File

@ -6,6 +6,7 @@ members = [
"async_pg",
"awc_https",
"basics",
"casbin",
"cookie-auth",
"cookie-session",
"diesel",