codegame 0.7.0

CodeGame framework
Documentation
1
2
3
4
5
6
FROM rust:1.48

COPY . /project
WORKDIR /project

RUN cargo build --release