fix pimalaya-tui package name

This commit is contained in:
Clément DOUIN
2024-09-01 16:07:50 +02:00
parent b92d7b4a08
commit cce0baf81a
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -28,7 +28,11 @@ pub struct Config {
pub account: Option<AccountsConfig>,
}
impl TomlConfig<AccountConfig> for Config {}
impl TomlConfig<AccountConfig> for Config {
fn project_name() -> &'static str {
env!("CARGO_PKG_NAME")
}
}
impl Config {
/// Create and save a TOML configuration using the wizard.