nxtgauge-backend-rust/apps/job_seekers/Cargo.toml

23 lines
621 B
TOML
Raw Normal View History

[package]
name = "job_seekers"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { workspace = true, features = ["multipart"] }
tokio = { workspace = true }
serde = { workspace = true }
sqlx = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
bytes = { workspace = true }
db = { path = "../../crates/db" }
auth = { path = "../../crates/auth" }
contracts = { path = "../../crates/contracts" }
storage = { path = "../../crates/storage" }
email = { path = "../../crates/email" }
serde_json = { workspace = true }