sapling/lib/bookmarkstore/Cargo.toml

13 lines
202 B
TOML
Raw Normal View History

[package]
name = "bookmarkstore"
version = "0.1.0"
authors = ["harveyhunt"]
[dependencies]
atomicwrites = "0.2.2"
error-chain = "*"
types = { path = "../types" }
[dev-dependencies]
tempfile = "3.0.4"