mirror of
https://github.com/actix/examples
synced 2025-04-04 17:28:03 +02:00
12 lines
203 B
TOML
12 lines
203 B
TOML
[package]
|
|
name = "actix-casbin-example"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web.workspace = true
|
|
|
|
casbin = "2"
|
|
env_logger.workspace = true
|
|
tokio.workspace = true
|