fix(cargo): remove cargo/config

It seems due to a so far possibly unfiled bug, cargo fails to
get it's CWDs right.

Last verified with cargo 0.11.0-nightly (42bce5c 2016-05-17).

To reproduce, just put the deleted file back and run a build command,
such as

```bash
make drive3-cli-cargo ARGS=build --no-default-features --features=nightly
```

Fixes #149
This commit is contained in:
Sebastian Thiel
2016-05-20 17:23:12 +02:00
parent 87dcf06eac
commit cb6679cb2b

View File

@@ -1,2 +0,0 @@
[build]
target-dir = "target"