Files
imphnen-backend-service/imphnen-libs/Cargo.toml
T

17 lines
353 B
TOML
Raw Normal View History

[package]
name = "imphnen-libs"
version = "0.1.0"
edition = "2024"
[dependencies]
imphnen-entities = { path = "../imphnen-entities" }
2025-05-20 10:45:01 +07:00
log.workspace = true
axum.workspace = true
tokio.workspace = true
serde.workspace = true
2025-05-17 02:08:59 +07:00
argon2.workspace = true
lettre.workspace = true
2025-05-17 02:08:59 +07:00
chrono.workspace = true
surrealdb.workspace = true
jsonwebtoken.workspace = true