meld-config-manager 0.1.0

a meld client written in Rust
Documentation
1
2
3
4
5
FROM rust:latest
RUN rustup component add rustfmt
RUN apt update
RUN apt install sqlite3
LABEL authors="icon @callrbx"