setup.sh 142 B

1234567
  1. #!/bin/bash
  2. fw_depends postgresql rust
  3. cargo clean
  4. RUSTFLAGS="-C target-cpu=native" cargo build --release
  5. ./target/release/tokio-minihttp &