aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-19 01:32:50 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-19 01:32:50 +0200
commite552035142b36fa1da78faed5cf83ff89f4506c5 (patch)
treeef576829909de84f2ddc3ecac78d7a0b87d317b4 /mumlib/Cargo.toml
parentec323df881c3aad82ed963fbfbdd9ade9f96e830 (diff)
downloadmum-e552035142b36fa1da78faed5cf83ff89f4506c5.tar.gz
initial reading of config file
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"