doc: add license and readme

This commit is contained in:
liv 2023-04-27 19:33:16 +02:00
parent 0365528405
commit f089a894ad
2 changed files with 246 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# 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
```