1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/casbin/Cargo.toml
Chojan Shang 84b364544b
Add a basic casbin example for actix-web. (#264)
* Add the casbin example for actix-web.

* Update for clear description.
2020-03-03 15:13:43 +09:00

12 lines
290 B
TOML

[package]
name = "actix-casbin-example"
version = "0.1.0"
authors = ["Chojan Shang <psiace@outlook.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix-web = "2.0"
actix-rt = "1.0"
casbin = "0.3"
loge = {version = "0.4", default-features = false, features = ["colored", "chrono"]}