Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 502 Bytes

dibsv3

It's basically just a Queue, for slack. Form an orderly line.

Developer Setup

Requires the rust nightly, just use the Rust toolchain installer.

Create a .env file with the following contents (or specify them as args before cargo run):

DB_FILENAME=/valid/path/to/a/file.json
SLACK_TOKEN=some_valid_slack_token
$ cargo run

Deployment