feat/finalize-v0.2 #82

Merged
quentin merged 12 commits from feat/finalize-v0.2 into main 2024-01-25 08:13:04 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1f449dc7e9 - Show all commits

View file

@ -4,7 +4,7 @@ version = "0.2.0"
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
edition = "2021"
license = "EUPL-1.2"
description = "Encrypted mail storage over Garage"
description = "A robust email server"
[dependencies]
# async runtime

View file

@ -33,7 +33,7 @@ struct Args {
#[clap(long)]
dev: bool,
#[clap(short, long, env = "CONFIG_FILE", default_value = "aerogramme.toml")]
#[clap(short, long, env = "AEROGRAMME_CONFIG", default_value = "aerogramme.toml")]
/// Path to the main Aerogramme configuration file
config_file: PathBuf,
}