funes 0.3.0

Funes is a server to mock HTTP responses.
Documentation
1
2
3
4
FROM rust:latest as build
ENV PKG_CONFIG_ALLOW_CROSS=1
RUN cargo install funes
CMD ["funes"]