replace worktree roots table with serialized worktree roots list

This commit is contained in:
Kay Simmons 2022-11-03 22:37:40 -07:00 committed by Mikayla Maki
parent eb0598dac2
commit d419f27d75
5 changed files with 97 additions and 271 deletions

View file

@ -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]