sapling/bytes-ext
David Tolnay b813b1a320 rust/thrift: Remove dependency of thrift runtime on folly
Summary:
This unblocks Michael Bolin in producing non-Buck builds of DotSlash.

 ---

**Before:**

- `rust_thrift` (Thrift runtime)
    - depends on `bytes-ext`
    - depends on `iobuf`
        - depends on `iobuf-sys`
            - depends on bindgen / Folly

**After:**

- `rust_thrift`
    - depends on `bytes-ext`
- `iobuf`
    - depends on `bytes-ext`
    - depends on `iobuf-sys`
        - depends on bindgen / Folly

Reviewed By: bolinfest

Differential Revision: D16216165

fbshipit-source-id: d895312711dc75b3ff393e1f0bd71a9e4435a8f6
2019-07-12 18:09:34 -07:00
..
src rust/thrift: Remove dependency of thrift runtime on folly 2019-07-12 18:09:34 -07:00
Cargo.toml Transition fbcode Rust crates to 2018 edition 2019-06-24 13:15:17 -07:00