Skip to content

Commit

Permalink
Vendor Pingora
Browse files Browse the repository at this point in the history
Summary: This vendors pingora. It's an (HTTP) proxy library by Cloudflare. It is composed of a bunch of smaller crates, so it requires some...massaging.

Differential Revision: D64042549

fbshipit-source-id: 8ec102b13060820845223fa2adc7e152e0d3088c
  • Loading branch information
sargun authored and facebook-github-bot committed Oct 10, 2024
1 parent 7b8bb7c commit e1864b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ graphql-parser = { git = "https://github.com/graphql-rust//graphql-parser", rev
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
pingora-cache = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-core = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-error = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-header-serde = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-http = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-lru = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-openssl = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-pool = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-proxy = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-runtime = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
pingora-timeout = { git = "https://github.com/cloudflare/pingora.git", rev = "aa37d5448746e80f871c444cf6a6e2e1c599b5fd" }
plexi-core = { git = "https://github.com/haochenuw/plexi", rev = "a0326d9802a594ca5382b075620135607e1cdb23" }
pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = "https://github.com/fbsource/pyo3", rev = "ff94a09031cc29d88d57ae3c846e5b871497aeb9" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
Expand Down

0 comments on commit e1864b9

Please sign in to comment.