Skip to content

Commit

Permalink
chore: enable actix feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 20, 2024
1 parent 4297c36 commit 810bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
trustify-auth = { path = "../../common/auth" }
trustify-auth = { path = "../../common/auth", features = ["actix"] }
trustify-entity = { path = "../../entity" }
trustify-common = { path = "../../common" }
trustify-migration = { path = "../../migration" }
Expand Down

0 comments on commit 810bec1

Please sign in to comment.