diff options
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index 4de9021..39b0377 100644 --- a/src/config.rs +++ b/src/config.rs @@ -8,7 +8,7 @@ pub struct Config { #[derive(Deserialize)] pub struct ProjectConfig { - pub name: String, + pub name: Option<String>, pub path: Option<String>, pub url: String, pub description: Option<String>, |
