sapling/eden/scm/lib/dag/bindag/Cargo.toml
Lukas Piatkowski ad106958f2 eden/scm/lib: autogenerate all Cargo.toml files with autocargo
Summary: This diff removes the split between manually managed and autocargo managed Cargo.toml files in `eden/scm/lib`, now all files are autogenerated.

Reviewed By: quark-zju

Differential Revision: D26830884

fbshipit-source-id: 3a5d8409a61347c7650cc7d8192fa426c03733dc
2021-03-05 04:29:49 -08:00

13 lines
307 B
TOML

# @generated by autocargo from //eden/scm/lib/dag/bindag:bindag
[package]
name = "bindag"
version = "0.1.0"
edition = "2018"
[dependencies]
dag = { path = ".." }
drawdag = { path = "../../drawdag" }
nonblocking = { path = "../../nonblocking" }
tempfile = "3.1"
vlqencoding = { path = "../../vlqencoding" }