acapair_follow_ban_api/Cargo.toml
Ahmet Kaan GÜMÜŞ 2ebb0b165d test: search_id, search_id_non
feat:  routing
feat:  search id
2024-04-04 19:05:51 +03:00

15 lines
512 B
TOML

[package]
name = "acapair_follow_ban_api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.7.5", features = ["macros"] }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
surrealdb = "1.3.1"
tokio = { version = "1.36.0", features = ["full"] }
tower-http = { version = "0.5.2", features = ["full"] }