mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
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"]}
|