diff options
Diffstat (limited to 'mumlib/Cargo.toml')
| -rw-r--r-- | mumlib/Cargo.toml | 15 |
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"] } |
