microbin 2.1.0

Simple, performant, configurable, entirely self-contained Pastebin and URL shortener.
1
2
3
4
5
6
7
8
9
services:
  - type: web
    name: microbin
    plan: free
    numInstances: 1
    env: rust
    repo: https://github.com/szabodanika/microbin.git
    buildCommand: cargo build --release
    startCommand: ./target/release/microbin --editable --highlightsyntax