docs: update todo, reminder in Config to update readme

This commit is contained in:
steven-omaha
2023-05-12 22:41:01 +02:00
parent 7b59678e93
commit 001ccb5bf6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
# To Do
- tutorial
- disabled backends (goes to configuration)
+1
View File
@@ -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 {