1
0
mirror of https://github.com/actix/examples synced 2025-03-13 00:22:48 +01:00
examples/auth/casbin/Cargo.toml

12 lines
203 B
TOML
Raw Normal View History

[package]
name = "actix-casbin-example"
2025-03-11 01:42:01 +00:00
edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
2023-03-14 03:11:49 +00:00
2022-07-09 23:35:09 +01:00
casbin = "2"
2023-03-14 03:11:49 +00:00
env_logger.workspace = true
tokio.workspace = true