15 lines
331 B
TOML
15 lines
331 B
TOML
[package]
|
|
name = "auth"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
domain = { workspace = true }
|
|
async-trait = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
uuid = { workspace = true }
|
|
chrono = { workspace = true }
|
|
tokio = { workspace = true }
|
|
jsonwebtoken = "9"
|
|
argon2 = "0.5"
|