2018-12-06 22:15:49 +03:00
|
|
|
[package]
|
|
|
|
name = "nodemap"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
|
2019-06-03 17:19:38 +03:00
|
|
|
edition = "2018"
|
2018-12-06 22:15:49 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2019-11-22 19:51:58 +03:00
|
|
|
anyhow = "1.0.20"
|
2018-12-06 22:15:49 +03:00
|
|
|
indexedlog = { path = "../indexedlog" }
|
2019-11-15 09:02:57 +03:00
|
|
|
thiserror = "1.0.5"
|
2018-12-06 22:15:49 +03:00
|
|
|
types = { path = "../types" }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-10-31 19:38:54 +03:00
|
|
|
quickcheck = "0.9"
|
2018-12-06 22:15:49 +03:00
|
|
|
tempfile = "3.0.5"
|
2018-12-06 22:15:49 +03:00
|
|
|
types = { path = "../types", default-features = false, features = ["for-tests"] }
|