sapling/eden/hg-server/lib/mpatch/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

10 lines
199 B
TOML

# @generated by autocargo from //eden/hg-server/lib/mpatch:mpatch
[package]
name = "mpatch"
version = "0.1.0"
edition = "2021"
[dependencies]
libc = "0.2.98"
mpatch-sys = { path = "../mpatch-sys" }