summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2017-07-23 14:01:17 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:08:59 +0300
commit351c9d9a290ca15431b9dfa21479a981dbba4d00 (patch)
tree9f6f79e80cc85f0d841d054a7401befb625b19dd /Cargo.toml
initial commit
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 00000000..9dee76dc
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "nutt"
+version = "0.1.0"
+authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
+
+[dependencies]
+mailparse = "0.5.1"
+maildir = "0.1.1"
+[dependencies.ncurses]
+features = ["wide"]
+optional = false
+version = "5.86.0"