Closed compressed closed 8 years ago
Thanks!
Currently the code base uses three spaces for indentation, so please update your code accordingly.
I also prefer if
expressions to be formated like:
if x {
}
else if y {
}
else {
}
Thanks for the quick comments!
I've incorporated them and rebased.
Thanks! It's now released with rusty-tags 0.6.6.
Hi, Thanks for building this! I was having some trouble parsing this one from a Cargo.toml I had:
I found that was because the table dependencies handling was only looking for a path to be specified, so I changed that to support crates.io and gits dependencies.
The last commit adds a few more dependency tables to the scope of the tags:
dev-dependencies
andbuild-dependencies
.Let me know any comments!
Thanks!