sapling/lib/bookmarkstore/Cargo.toml

14 lines
287 B
TOML
Raw Normal View History

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