caio.co/de/cantine


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

Blob Cargo.toml

1
2
3
4
5
6
7
[workspace]

members = [
    "cantine",
    "tique",
    "tique_derive",
]