remove dep: prefix in backend feature list

This commit is contained in:
Quat3rnion 2024-06-03 01:42:31 -04:00
parent 0bc54ce46f
commit d6ad68c044
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ rust-version = "1.67.1"
[features]
default = ["client", "rt-multi-thread"]
backend = ["dep:poem", "dep:sqlx"]
backend = ["poem", "sqlx"]
rt-multi-thread = ["tokio/rt-multi-thread"]
rt = ["tokio/rt"]
client = []