summaryrefslogtreecommitdiffstats
path: root/librepology/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-04-19 17:54:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-04-19 17:58:33 +0200
commit7cc25e9cf2dda28f1f8dea43caac7bd6291ed1f1 (patch)
tree9fa1b948ac6ff7179fb311b54e60f1e41a97087c /librepology/Cargo.toml
Initial import
In the beginning there was darkness. So I spoke "git init". And there was a git repository.
Diffstat (limited to 'librepology/Cargo.toml')
-rw-r--r--librepology/Cargo.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/librepology/Cargo.toml b/librepology/Cargo.toml
new file mode 100644
index 0000000..7379b10
--- /dev/null
+++ b/librepology/Cargo.toml
@@ -0,0 +1,17 @@
+[package]
+name = "librepology"
+version = "0.1.0"
+authors = ["Matthias Beyer <matthias.beyer@atos.net>"]
+edition = "2018"
+
+[dependencies]
+serde = "1"
+serde_derive = "1"
+serde_json = "1"
+url = "1.7"
+url_serde = "0.2"
+futures = "*"
+failure = "0.1"
+log = "0.4"
+derive_more = "0.14"
+curl = "0.4"