ref ConfigItem
This commit is contained in:
@@ -24,8 +24,8 @@ struct KeepRunningConfig {
|
|||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
struct KeepRunningConfigItem {
|
struct KeepRunningConfigItem {
|
||||||
grep_tokens: Vec<String>,
|
|
||||||
title: String,
|
title: String,
|
||||||
|
grep_tokens: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user