Rewrite Project, remove SourceProject (#274)

* Rewrite project file to have relative paths and drop SourceProject

* Redo project error types

* Tidy up and document Project type

* Strip out init command
This commit is contained in:
Lucien Greathouse
2019-12-12 14:45:15 -08:00
committed by GitHub
parent 47c7f63d75
commit 1f7f2b22e7
16 changed files with 233 additions and 539 deletions

View File

@@ -70,6 +70,7 @@ ritz = "0.1.0"
rlua = "0.16.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snafu = "0.6.0"
structopt = "0.3"
termcolor = "1.0.5"
uuid = { version = "0.7", features = ["v4", "serde"] }