Experimental backend for w0bm
You need to have rustc and cargo nightly.
Install by running:
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
cargo install diesel_cli
.env
or set DATABASE_ENV
env variablediesel setup
cargo build
cargo run
or cargo run --release
or
cargo build --release && target/release/w0bm-rs