tsathishkumar / MySController-rs

Controller for MySensors, exposes WoT APIs for the sensors. It supports OTA firmware updates, and also acts as proxy for all requests.
GNU Affero General Public License v3.0
20 stars 9 forks source link

[Goutam] Change config file format to TOML #45

Closed goutamniwas closed 5 years ago

goutamniwas commented 5 years ago

This is a breaking change that will use the TOML format for configuration hereafter.

TOML is better than INI format as it can have collection of objects support. Also, the changes we need to make to convert the existing INI config files to TOML is very easy compared to Yaml.

[INI Sample] [Server] port=8082

[TOML Sample] [Server] port="8083"

tsathishkumar commented 5 years ago

Increase the version from 0.7.0 to 0.8.0. It will be there in Cargo.toml and .bintray.yml