Add the configuration struct for yabridgectl

This commit is contained in:
Robbert van der Helm
2020-07-13 13:24:28 +02:00
parent 2b1f29cc19
commit 4537b6a5b0
4 changed files with 121 additions and 2 deletions
+2
View File
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
mod config;
fn main() {
println!("Hello, world!");
}