sapling/configerator/structs/scm/mononoke/lfs_server/Cargo.toml
Jeremy Fitzhardinge 66e1fc5370 rust: rerun autocargo after thrift/rust changes
Summary: Need this for cargo check/rust-analyzer to work.

Reviewed By: guswynn

Differential Revision: D31319911

fbshipit-source-id: ebd3fa72d8fc3667391a2067f95cab9e5f53301f
2021-09-30 17:40:04 -07:00

34 lines
1017 B
TOML

# @generated by autocargo
[package]
name = "lfs_server_config"
version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
test = false
doctest = false
[dependencies]
anyhow = "1.0"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
once_cell = "1.4"
rate_limiting_config = { version = "0.1.0", path = "../ratelimiting" }
ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.27"
tracing-futures = "0.2.5"
[build-dependencies]
thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }