sapling/eden/scm/lib/metalog/Cargo.toml
Durham Goode 8744b81151 git: update git dependency to 0.13.5 to match internal version
Summary:
Our internal git dependency got upgraded, so we need to upgrade our
Cargo.toml version.  Unfortunately this doesn't seem to have any test coverage?

Reviewed By: singhsrb

Differential Revision: D21410241

fbshipit-source-id: 64fe7f39a9c93aa5d97ce095ee1641c1cc6ed365
2020-05-05 15:35:12 -07:00

22 lines
440 B
TOML

[package]
name = "metalog"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0.20"
git2 = "0.13.5"
indexedlog = { path = "../indexedlog" }
lazy_static = "1"
mincode = { path = "../mincode" }
minibytes = { path = "../minibytes" }
serde_bytes = "0.11"
serde = { version = "1", features = ["derive"] }
zstore = { path = "../zstore" }
[dev-dependencies]
quickcheck = "0.9"
rand_chacha = "0.2"
rand_core = "0.5"
tempfile = "3.0.7"