sapling/.rlsconfig
Lukas Piatkowski 1cd9a433dc cargo_from_buck: make it possible to define autocargo projects without generated Cargo.toml files
Summary:
The use case is that you might want to have a project with all the goodness of autocargo (etc. running cargo fbcode check), but you don't want any Cargo.toml files to be commited into the repository. This is what `generate_cargo_toml = False` does. The project will be completely ignored by `cargo autocargo` command to generate Cargo.toml files.

This diff also adds all of Mononoke code into the mononoke project so that RLS can be used on it after invoking `cargo fbcode enable-rls mononoke`

Reviewed By: krallin

Differential Revision: D18346372

fbshipit-source-id: 8846ccb40d1e8a7ae4d1097046e0a3d48d479d5b
2019-11-21 14:16:58 -08:00

9 lines
429 B
Plaintext

{
"rustc": "$BUCKROOT/third-party-buck/platform007/build/rust/bin/rustc",
"cargo": "$BUCKROOT/third-party-buck/platform007/build/rust/bin/cargo",
"rls": "$BUCKROOT/common/rust/tools/common/rls_wrapper.sh",
"rustfmt": "$BUCKROOT/common/rust/tools/common/rustfmt_wrapper.sh",
"_0": "Following empty string will force rls to run cargo since mononoke is using RLS from https://fburl.com/autocargo",
"build_command": ""
}