25 lines
532 B
TOML
25 lines
532 B
TOML
[package]
|
|||
|
|
name = "imphnen-qr"
|
||
|
|
version = "0.2.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
imphnen-utils.workspace = true
|
||
|
|
axum.workspace = true
|
||
|
|
axum-extra.workspace = true
|
||
|
|
async-trait.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
tokio.workspace = true
|
||
|
|
jsonwebtoken.workspace = true
|
||
|
|
bcrypt.workspace = true
|
||
|
|
chrono.workspace = true
|
||
|
|
uuid.workspace = true
|
||
|
|
sqlx.workspace = true
|
||
|
|
reqwest.workspace = true
|
||
|
|
oauth2.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
utoipa.workspace = true
|
||
|
|
image.workspace = true
|
||
|
|
qrcode.workspace = true
|