summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-29 23:23:12 +0100
committerJokler <jokler.contact@gmail.com>2017-10-29 23:23:12 +0100
commitcb07b259950d4762ceb609266cd1e8ae0ef60dad (patch)
treec7bdd86b5bed18ce4d16a6bacde9647f0dfc6de3 /Cargo.toml
parent04e195af65b209e4812b1a076dd04e2f5a8ec21c (diff)
parent45f70129ce94c0511fc5cd2cbdc625f8ef00ea4b (diff)
downloadfrippy-3c17f198c74c7878a008536fc10e79c06e3820ad.tar.gz
frippy-3c17f198c74c7878a008536fc10e79c06e3820ad.zip
Merge branch 'dev'v0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f07b67c..4c6928e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "frippy"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Jokler <jokler.contact@gmail.com>"]
repository = "https://github.com/Mavulp/frippy"
readme = "README.md"
@@ -20,11 +20,16 @@ doc = false
[dependencies]
irc = "0.12.5"
+tokio-core = "0.1.10"
+futures = "0.1.16"
+log = "0.3.8"
+time = "0.1"
reqwest = "0.8.0"
regex = "0.2.2"
lazy_static = "0.2.9"
serde = "1.0.15"
serde_json = "1.0.3"
+glob = "0.2"
plugin_derive = { path = "plugin_derive" }
unicode_names = { git = 'https://github.com/Jokler/unicode_names', branch = 'update-to-latest-unicode' }