Added ability to load in a TOML file for config

This commit is contained in:
Gregory Ballantine
2022-05-01 20:36:24 -04:00
parent d22679585a
commit 3742c44c40
3 changed files with 44 additions and 2 deletions

View File

@@ -18,6 +18,11 @@
</properties>
<dependencies>
<dependency>
<groupId>org.tomlj</groupId>
<artifactId>tomlj</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>