sapling/eden/scm/lib/bookmarkstore/Cargo.toml

16 lines
368 B
TOML
Raw Normal View History

# @generated by autocargo from //eden/scm/lib/bookmarkstore:bookmarkstore
[package]
name = "bookmarkstore"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
indexedlog = { path = "../indexedlog" }
thiserror = "1.0"
types = { path = "../types" }
[dev-dependencies]
tempfile = "3.1"