sapling/lib/revisionstore/Cargo.toml
Saurabh Singh 411736dc7c add 'quickcheck' crate to revisionstore
Summary:
I am planning to use the `quickcheck` crate for testing the union data
store. This commit just adds the crate to the revisionstore.

Reviewed By: quark-zju

Differential Revision: D8018974

fbshipit-source-id: d390deeb01aa7d1bf1e66bb5bc948d48bd3f269e
2018-05-15 18:37:47 -07:00

13 lines
232 B
TOML

[package]
name = "revisionstore"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
[profile.release]
lto = true
[dependencies]
failure = "*"
mpatch = { path = "../mpatch" }
quickcheck = "0.6"