1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/casbin/Cargo.toml
2020-04-05 02:30:49 +09:00

13 lines
293 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.4"
loge = { version = "0.4", default-features = false, features = ["colored", "chrono"] }