sapling/eden/hg-server/lib/treestate/Cargo.toml
David Tolnay 2ea696cb5a Regenerate Cargo.tomls to 2021 edition
Summary: Generated by `sed -i 's/edition = "2018"/edition = "2021"/' common/rust/cargo_from_buck/project_configs/*.toml` and `cargo autocargo` following the autocargo code change in D31830985 and its corresponding MSDK rebuild in D31832311.

Reviewed By: zertosh

Differential Revision: D31832698

fbshipit-source-id: db79024cad311467d5b7c13b7abedc6464f09366
2021-10-21 12:40:28 -07:00

23 lines
532 B
TOML

# @generated by autocargo from //eden/hg-server/lib/treestate:treestate
[package]
name = "treestate"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
bitflags = "1.3"
byteorder = "1.3"
thiserror = "1.0.29"
twox-hash = "1.5"
types = { path = "../types" }
vlqencoding = { path = "../vlqencoding" }
[dev-dependencies]
itertools = "0.10.1"
quickcheck = "1.0"
rand = { version = "0.8", features = ["small_rng"] }
rand_chacha = "0.3"
tempdir = "0.3"