eden/scm/lib: add public_autocargo mapping

Summary: Add public autocargo mapping. Actual change is to eden_scm_opensource.toml and manifests/eden_scm, rest is from autocargo run.

Reviewed By: DurhamG

Differential Revision: D33896971

fbshipit-source-id: 19d75be205d9cb0179c99bd61f1be5500ba61129
This commit is contained in:
Alex Hornby 2022-02-03 05:33:12 -08:00 committed by Facebook GitHub Bot
parent 88edb37132
commit f46d0814cc

View File

@ -0,0 +1,20 @@
# @generated by autocargo
[package]
name = "thrift-types"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.51"
const-cstr = "0.3.0"
eden = { path = "eden" }
eden_config = { path = "eden_config" }
fb303_core = { version = "0.0.0", path = "fb303_core", git = "https://github.com/facebookincubator/fb303.git", branch = "main" }
fbthrift = { version = "0.0.1+unstable", path = "../../../../thrift/lib/rust", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
hgclient_conf = { package = "config", version = "0.1.0", path = "../../../../configerator/structs/scm/hg/hgclientconf" }
thiserror = "1.0.29"
[build-dependencies]
tempfile = "3.2"