sapling/lib/nodemap/Cargo.toml
Durham Goode 60b3bebaff nodemap: python bindings for rust nodemap
Summary: Simple python bindings for the new nodemap rust structure

Reviewed By: quark-zju

Differential Revision: D13062572

fbshipit-source-id: d60407b87bfc19b496de09273a9c8d6b59af0b8b
2018-12-06 11:47:41 -08:00

15 lines
359 B
TOML

[package]
name = "nodemap"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
[dependencies]
failure = "0.1.3"
indexedlog = { path = "../indexedlog" }
types = { path = "../types" }
[dev-dependencies]
quickcheck = "0.6"
tempfile = "3.0.5"
types = { path = "../types", default-features = false, features = ["for-tests"] }