mirror of
https://github.com/actix/examples
synced 2025-03-12 16:22:47 +01: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
|