sapling/lib/bookmarkstore/Cargo.toml
Haozhun Jin 461dabad96 bookmark: Turn BookmarkStore into indexed-log backed
Summary:
Turn BookmarkStore rust implementation into indexed-log backed.
Note that this no longer matches existing mercurial bookmark store
disk representation.

Reviewed By: DurhamG

Differential Revision: D13133605

fbshipit-source-id: 2e0a27738bcec607892b0edab6f759116929c8e1
2018-11-28 10:21:26 -08:00

14 lines
287 B
TOML

[package]
name = "bookmarkstore"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
[dependencies]
atomicwrites = "0.2.2"
error-chain = "*"
types = { path = "../types" }
indexedlog = { path = "../indexedlog" }
[dev-dependencies]
tempfile = "3.0.4"