Get rid of the 'crates/' subdirectory 💬 by Caio 5 years ago (log)
Just a `git mv crates/* .` and minor adjustments `Cargo.toml` and `.gitignore` to point at the new locations
Just a `git mv crates/* .` and minor adjustments `Cargo.toml` and `.gitignore` to point at the new locations
1 2 3 4 5 6 7 |
[workspace] members = [ "cantine", "tique", "tique_derive", ] |