summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..5b183c4
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "auth_xmppmessage"
+version = "0.1.0"
+authors = ["Yves Fischer <yvesf+git@xapek.org>"]
+build = "build.rs"
+
+[dependencies]
+ascii = "0.7"
+tiny_http = "0.5"
+rustc-serialize = "0.3"
+time = "0.1"
+rust-crypto = "0.2"
+rand = "0.3"
+getopts = "0.2"
+simple_logger = "0.4"
+log = "0.3"
+
+[build-dependencies]
+gcc = "0.3" \ No newline at end of file