Fixed working directory issues, added tests. Working on regression
This commit is contained in:
parent
4d88088ca4
commit
9c518085ae
3 changed files with 102 additions and 3 deletions
|
@ -21,7 +21,11 @@ mio-extras = "2.0.6"
|
|||
futures = "0.3"
|
||||
ordered-float = "2.1.1"
|
||||
itertools = "0.10"
|
||||
dirs = "4.0.0"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
client = { path = "../client", features = ["test-support"]}
|
||||
project = { path = "../project", features = ["test-support"]}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue