sapling/lib/nodemap/Cargo.toml
Mark Thomas 1d329cae5d rust: update to 2018 edition
Summary:
Update all rust crates that compile on Rust 2018 to use the 2018 edition.

The `commitcloudsubscriber` crate only compiles with Rust 2015, so make that
explicit in `Cargo.toml`.

Reviewed By: farnz

Differential Revision: D15601648

fbshipit-source-id: 7380e6e695fc3049913af91fcbde105dfe1be4bc
2019-06-03 07:22:36 -07:00

16 lines
376 B
TOML

[package]
name = "nodemap"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2018"
[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"] }