mirror of
https://github.com/actix/examples
synced 2024-11-24 14:53:00 +01:00
84b364544b
* Add the casbin example for actix-web. * Update for clear description.
12 lines
290 B
TOML
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"]} |