From 001ccb5bf6e662954a83592c248a4836e0b2dde0 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Fri, 12 May 2023 22:41:01 +0200 Subject: [PATCH] docs: update todo, reminder in Config to update readme --- TODO.md | 1 + crates/pacdef_core/src/config.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 4db956f..b86c410 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,4 @@ # To Do - tutorial +- disabled backends (goes to configuration) diff --git a/crates/pacdef_core/src/config.rs b/crates/pacdef_core/src/config.rs index 7237af1..ecc2629 100644 --- a/crates/pacdef_core/src/config.rs +++ b/crates/pacdef_core/src/config.rs @@ -5,6 +5,7 @@ use std::path::Path; use anyhow::{bail, Context, Result}; use serde_derive::{Deserialize, Serialize}; +// Update the master README if fields change. /// Config for the program, as listed in `$XDG_CONFIG_HOME/pacdef/pacdef.yaml`. #[derive(Debug, Serialize, Deserialize)] pub struct Config {