aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-15 21:21:55 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-15 21:21:55 +0200
commit01b3c75420ec5bf9083dbcf643d3c6087d4f2ce7 (patch)
tree4a6dd760ad39974fc8684fe76400b5dee8967c37 /mumlib/Cargo.toml
parent680c46e6866071ae987d9978316ce2952347fe35 (diff)
parent47d3834a6e5b82e287b975fbf55939c6fd44ca02 (diff)
downloadmum-01b3c75420ec5bf9083dbcf643d3c6087d4f2ce7.tar.gz
Merge remote-tracking branch 'origin/cli' into error-handling
Diffstat (limited to 'mumlib/Cargo.toml')
-rw-r--r--mumlib/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml
new file mode 100644
index 0000000..a2627d4
--- /dev/null
+++ b/mumlib/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "mumlib"
+version = "0.1.0"
+authors = ["Gustav Sörnäs <gustav@sornas.net>",
+ "Eskil Queseth <eskilq@kth.se>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+colored = "2.0"
+fern = "0.5"
+log = "0.4"
+mumble-protocol = "0.3"
+serde = { version = "1.0", features = ["derive"] }