mbuesch / letmein

Authenticating port knocker - Written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove the `configparser` crate dependency

mbuesch opened this issue · comments

A simple .ini file parser can be written in a few dozen lines of code.
It might be worth doing that and removing the configparser dependency.
We don't need most of the features the configparser crate provides.