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

17 lines
353 B
TOML

[package]
name = "imphnen-libs"
version = "0.1.0"
edition = "2024"
[dependencies]
imphnen-entities = { path = "../imphnen-entities" }
log.workspace = true
axum.workspace = true
tokio.workspace = true
serde.workspace = true
argon2.workspace = true
lettre.workspace = true
chrono.workspace = true
surrealdb.workspace = true
jsonwebtoken.workspace = true