Added some basic configuration reading

This commit is contained in:
2022-08-30 12:57:10 -04:00
parent fbadba375a
commit a8cd5d3d54
5 changed files with 57 additions and 1 deletions

5
Gemfile Normal file
View File

@ -0,0 +1,5 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "toml", "~> 0.3.0"