12 lines
243 B
TOML
12 lines
243 B
TOML
[package]
|
|
name = "module-auth"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
platform-auth = { path = "../platform-auth" }
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1", features = ["macros", "rt"] }
|