aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-16 01:35:59 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-16 01:35:59 +0200
commit18a3c0b3cf8254b70857e31ddd2b6213b10db156 (patch)
tree07f7020aaf096b0ed58792ad78527d34f94e4f96 /mumlib/Cargo.toml
parent8e4eb0afcd0541c6732ebec71af76f3962f590cc (diff)
parentd35c9171271110339504abd96065dc25e1290500 (diff)
downloadmum-18a3c0b3cf8254b70857e31ddd2b6213b10db156.tar.gz
Merge branch 'cli' into 'main'
mumctl See merge request gustav/mum!2
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"] }