dbeel 0.1.0

dbeel is a fast and minimal distributed thread-per-core document database.
Documentation
FROM rust:1.65

COPY ./ ./

RUN cargo build --release

CMD ["./target/release/dbeel"]