mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
restructure folders
This commit is contained in:
10
auth/casbin/Cargo.toml
Normal file
10
auth/casbin/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "actix-casbin-example"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-beta.21"
|
||||
casbin = "2.0.9"
|
||||
loge = {version = "0.4", default-features = false, features = ["colored", "chrono"]}
|
||||
tokio = { version = "1.16.1", features = ["sync"] }
|
Reference in New Issue
Block a user