Add features to Cargo.toml

This commit is contained in:
Zertex 2023-05-26 10:09:55 -04:00
parent 113db7575d
commit e0518db6a9
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ version = "0.1.0"
license = "AGPL-3"
edition = "2021"
[features]
backend = ["poem", "sqlx"]
client = []
[dependencies]
tokio = {version = "1.28.1", features = ["rt", "macros", "rt-multi-thread", "full"]}
serde = {version = "1.0.162", features = ["derive"]}