toolstr_colored 2.1.1

An inline version of colored to use latest commit
Documentation
1
2
3
4
5
6
7
8
9
FROM rust:latest

ENV SRC_DIR /src
RUN mkdir $SRC_DIR
WORKDIR $SRC_DIR
VOLUME $SRC_DIR

CMD ["/bin/bash"]