mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
switch to fork
This commit is contained in:
parent
bf6be2beed
commit
774abe2225
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1431,6 +1431,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cursive_table_view"
|
||||
version = "0.14.0"
|
||||
source = "git+https://gitlab.com/veilid/cursive-table-view.git#5311a8aa0527b4619f7070b28a8418432c6918da"
|
||||
dependencies = [
|
||||
"cursive_core",
|
||||
]
|
||||
|
@ -38,7 +38,7 @@ cursive = { git = "https://gitlab.com/veilid/cursive.git", default-features = fa
|
||||
cursive_buffered_backend = { git = "https://gitlab.com/veilid/cursive-buffered-backend.git" }
|
||||
# cursive-multiplex = "0.6.0"
|
||||
# cursive_tree_view = "0.6.0"
|
||||
cursive_table_view = { path = "../../cursive_table_view" }
|
||||
cursive_table_view = { git = "https://gitlab.com/veilid/cursive-table-view.git" }
|
||||
arboard = "3.3.0"
|
||||
# cursive-tabs = "0.5.0"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user