mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 14:34:34 +03:00
c05efd8a5c
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
15 lines
313 B
TOML
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"
|