sapling/eden/scm/lib/renderdag/Cargo.toml
Jun Wu 4352be72d3 renderdag: use MemNameDag to simplify tests
Summary:
Use MemNameDag::from_ascii to simplify the tests. This removes the need of:
- using tempdir
- converting between Id and VertexName manually via an IdMap
- depending on drawdag directly

Reviewed By: sfilipco

Differential Revision: D21486519

fbshipit-source-id: f04061d8892f043de40e7e321273acc51e15308a
2020-05-11 09:50:00 -07:00

14 lines
201 B
TOML

[package]
name = "renderdag"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0.20"
bitflags = "1"
dag = { path = "../dag" }
itertools = "0.8"
[dev-dependencies]
unicode-width = "0.1.7"