Files
saslauthd_yaml/Cargo.toml
T
Barry Pederson b9c091f71f Use once_cell to allow for global static immutable options
So they don't have to be passed around all over the place
2022-03-01 10:03:38 -08:00

11 lines
236 B
TOML

[package]
name = "saslauthd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "^1.9.0"
structopt = "^0.3.26"
syslog = "^6.0"