Automatically reload project on config change

This commit is contained in:
Aleksey Kladov
2020-07-01 16:42:14 +02:00
parent 298adb27b9
commit a03cfa4926
3 changed files with 8 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ pub struct Config {
pub root_path: AbsPathBuf,
}
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Eq, PartialEq)]
pub enum LinkedProject {
ProjectManifest(ProjectManifest),
InlineJsonProject(ProjectJson),