13 lines
215 B
TOML
13 lines
215 B
TOML
[package]
|
|
name = "server"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
clap = { workspace = true }
|
|
common = { workspace = true }
|
|
argon2 = "0.5.3"
|
|
|
|
[[bin]]
|
|
name = "saslauthd"
|
|
path = "src/main.rs" |