We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430877e commit 4b1e811Copy full SHA for 4b1e811
src/lib.rs
@@ -8,7 +8,6 @@ pub mod toggl;
8
9
#[derive(Deserialize, Debug)]
10
pub struct Config {
11
- pub api_token: String,
12
pub clients: Option<HashMap<String, ClientConfig>>,
13
pub services: Option<Vec<ServiceConfig>>,
14
}
0 commit comments