cratw/README.md
2023-04-27 19:33:16 +02:00

11 lines
186 B
Markdown

# cra.tw
A link shortener for crates.io.
To setup, follow the standard procedure for Rust projects:
```sh
git clone https://codeberg.org/shadows_withal/cra.tw
cd cra.tw
cargo run
```