diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index bc186d02ccf..00000000000 --- a/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] - -name = "not-the-toml-you-re-looking-for" -version = "0.0.1" -authors = ["The Servo Project Developers"] - -build = "support/not-the-toml-you-re-looking-for.rs" - -[lib] -name = "not-the-toml-you-re-looking-for" diff --git a/support/not-the-toml-you-re-looking-for.rs b/support/not-the-toml-you-re-looking-for.rs deleted file mode 100644 index caf7bde3edd..00000000000 --- a/support/not-the-toml-you-re-looking-for.rs +++ /dev/null @@ -1,9 +0,0 @@ -fn main() { - ::std::os::set_exit_status(1); - let _ = ::std::old_io::stderr().write(br" - - This is not the `Cargo.toml` file you're looking for. - Invoke Cargo through mach instead, e.g. `./mach build`. - -"); -}