aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-15 21:02:44 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-15 21:02:44 +0200
commit47d3834a6e5b82e287b975fbf55939c6fd44ca02 (patch)
tree7e3a79a2ab9ebf7fc3b0bbc5ac575e086e86eea2 /mumlib/Cargo.toml
parentde856d5e43ecadcd876bdf03800ecc5421347872 (diff)
downloadmum-47d3834a6e5b82e287b975fbf55939c6fd44ca02.tar.gz
add mumlib
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"] }