aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-21 01:01:33 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-21 01:01:33 +0200
commitd58c2aad6844789c24b93387f9b61e4ab8d2a2d3 (patch)
treea6f43da526bf84f96f79f96199f0bca33deb66f8 /mumlib/Cargo.toml
parentec323df881c3aad82ed963fbfbdd9ade9f96e830 (diff)
parent6a136ac842dd601ce7f68566c27b5262d221872c (diff)
downloadmum-d58c2aad6844789c24b93387f9b61e4ab8d2a2d3.tar.gz
Merge branch 'config-file' into 'main'
Config file Closes #1 and #27 See merge request gustav/mum!16
Diffstat (limited to 'mumlib/Cargo.toml')
-rw-r--r--mumlib/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml
index a2627d4..471a1fe 100644
--- a/mumlib/Cargo.toml
+++ b/mumlib/Cargo.toml
@@ -13,3 +13,4 @@ fern = "0.5"
log = "0.4"
mumble-protocol = "0.3"
serde = { version = "1.0", features = ["derive"] }
+toml = "0.5"