14 lines
352 B
TOML
14 lines
352 B
TOML
[package]
|
|
name = "module-auth"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
platform-auth = { path = "../platform-auth" }
|
|
time = { version = "0.3", features = ["formatting", "parsing"] }
|
|
uuid = { version = "1", features = ["v4"] }
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1", features = ["macros", "rt"] }
|