diff options
author | Till Hoeppner | 2015-04-18 13:35:38 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-04-18 13:35:38 +0200 |
commit | bb94e44ed6ec5b55823270192c00904cbfb24b6b (patch) | |
tree | 4fad16b94a5ef93a2f268fef8382aa20c884746b /Cargo.toml | |
parent | 8b7500ea4c766ca96d2e65a8f19e595d6021f4fa (diff) | |
download | irsc-bb94e44ed6ec5b55823270192c00904cbfb24b6b.tar.gz irsc-bb94e44ed6ec5b55823270192c00904cbfb24b6b.tar.xz irsc-bb94e44ed6ec5b55823270192c00904cbfb24b6b.zip |
I forgot to keep track. Embarassing, huh?
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ license = "MIT" log = "*" regex = "*" regex_macros = "*" +eventual = "*" [features] ssl = ["openssl"] |