docs: update todo, reminder in Config to update readme
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
# To Do
|
# To Do
|
||||||
|
|
||||||
- tutorial
|
- tutorial
|
||||||
|
- disabled backends (goes to configuration)
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ use std::path::Path;
|
|||||||
use anyhow::{bail, Context, Result};
|
use anyhow::{bail, Context, Result};
|
||||||
use serde_derive::{Deserialize, Serialize};
|
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`.
|
/// Config for the program, as listed in `$XDG_CONFIG_HOME/pacdef/pacdef.yaml`.
|
||||||
#[derive(Debug, Serialize, Deserialize)]
|
#[derive(Debug, Serialize, Deserialize)]
|
||||||
pub struct Config {
|
pub struct Config {
|
||||||
|
|||||||
Reference in New Issue
Block a user