From 47d3834a6e5b82e287b975fbf55939c6fd44ca02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 15 Oct 2020 21:02:44 +0200 Subject: add mumlib --- mumlib/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mumlib/Cargo.toml (limited to 'mumlib/Cargo.toml') 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 ", + "Eskil Queseth "] +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"] } -- cgit v1.2.1