|
|
|
@ -2,4 +2,13 @@ work in progress
|
|
|
|
|
|
|
|
|
|
mostly works though but needs more works
|
|
|
|
|
|
|
|
|
|
https://p.rascul.xyz
|
|
|
|
|
see it in action https://p.rascul.xyz
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
git clone https://gitlab.com/rascul/pasteb
|
|
|
|
|
cd pasteb
|
|
|
|
|
cp config.toml.default config.toml
|
|
|
|
|
$EDITOR config.toml
|
|
|
|
|
cargo build --release
|
|
|
|
|
cargo run --release
|
|
|
|
|
```
|
|
|
|
|