mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
add another relative path
not sure why
This commit is contained in:
parent
e713a6dfc6
commit
169f1e2c44
@ -14,7 +14,7 @@ log = "0.4.11"
|
|||||||
env_logger = "0.8.2"
|
env_logger = "0.8.2"
|
||||||
#shell = { git="https://github.com/google/rust-shell.git"}
|
#shell = { git="https://github.com/google/rust-shell.git"}
|
||||||
cmd_lib = "1.1"
|
cmd_lib = "1.1"
|
||||||
flowy-ast = { path = "../../shared-lib/flowy-ast" }
|
flowy-ast = { path = "../../../shared-lib/flowy-ast" }
|
||||||
console = "0.14.0"
|
console = "0.14.0"
|
||||||
fancy-regex = "0.5.0"
|
fancy-regex = "0.5.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
@ -24,4 +24,4 @@ dialoguer = "0.8.0"
|
|||||||
toml = "0.5.8"
|
toml = "0.5.8"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
pathdiff = "0.2.0"
|
pathdiff = "0.2.0"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user