From 15bc0ad9c1515e8f326e01ca903c0d88bb787aee Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 20 Dec 2017 00:01:31 +0100 Subject: Initial import of distrox code --- Cargo.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..9e3371c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,32 @@ +[package] +name = "distrox" +version = "0.1.0" +authors = ["Matthias Beyer "] + +description = "Distributed network build on IPFS" + +keywords = ["social", "network", "ipfs", "distributed"] +readme = "README.md" +license = "GPL-2.0" + +documentation = "https://docs.rs/distrox" +repository = "https://github.com/matthiasbeyer/distrox" +homepage = "http://github.com/matthiasbeyer/distrox" + +[dependencies] +is-match = "0.1" +failure = "0.1" +futures = "0.1" +ipfs-api = "0.5.0-alpha2" +serde = "1" +serde_derive = "1" +serde_json = "1" +mime = "0.3" +chrono = { version = "0.4", features = ["serde"] } +uuid = { version = "0.7", features = ["serde", "v4"] } +clap = "2" +log = "0.4" +env_logger = "0.5" +config = "0.9" +toml = "0.4" +hyper = "0.12" -- cgit v1.2.3