Simplify Cargo.toml dependencies
Still need two copies of the dependencies, but at least they're in one place now.
This commit is contained in:
@@ -4,7 +4,7 @@ use clap::Parser;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
#[derive(Parser, Clone, Debug)]
|
||||
/// saslauthd server/client
|
||||
/// saslauthd server
|
||||
pub struct Opt {
|
||||
#[arg(
|
||||
short = 'f',
|
||||
|
||||
Reference in New Issue
Block a user