rust/src
Arnavion d3bdec216b Canonicalize --manifest-path argument before comparing it to cargo metadata.
Before this change, a relative path like `--manifest-path=./Cargo.toml` would
fail to find a matching package in the cargo metadata. With this change,
both the argument and the cargo metadata path are canonicalized before
comparison.
2017-07-28 15:22:31 -07:00
..
lib.rs Run rustfmt 2017-04-12 11:06:32 +02:00
main.rs Canonicalize --manifest-path argument before comparing it to cargo metadata. 2017-07-28 15:22:31 -07:00