replace worktree roots table with serialized worktree roots list
This commit is contained in:
parent
eb0598dac2
commit
d419f27d75
5 changed files with 97 additions and 271 deletions
|
@ -21,6 +21,8 @@ async-trait = "0.1"
|
|||
lazy_static = "1.4.0"
|
||||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||
parking_lot = "0.11.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
bincode = "1.2.1"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue