sapling/eden/scm/lib/vlqencoding/Cargo.toml
Mark Thomas c05efd8a5c mutationstore: move MutationEntry type to types crate
Summary: Move the MutationEntry type to the Mercurial types crate.  This will allow us to use it from Mononoke.

Reviewed By: quark-zju

Differential Revision: D20871338

fbshipit-source-id: 8de3bb8a2673673bc4c8a6cc7578a0a76358c14a
2020-04-23 08:58:10 -07:00

15 lines
313 B
TOML

# @generated by autocargo from //eden/scm/lib/vlqencoding:vlqencoding
[package]
name = "vlqencoding"
edition = "2018"
version = "0.1.0"
authors = ['Facebook Source Control Team <sourcecontrol-dev@fb.com>']
include = ["src/**/*.rs"]
[[bench]]
name = "bench"
harness = false
[dev-dependencies]
quickcheck = "0.9"