aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c997589c95ca316f062f8720758451696e37c5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]

name = "reifenfeuerd"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "MIT"
repository = "https://github.com/iximeow/reifenfeuerd"
description = """
a nice twitter client
"""

[[bin]]
name = "reifenfeuerd"
path = "src/main.rs"

[dependencies]
"termios" = "0.2.2"
"termion" = "1.4.0"
"hyper" = "*"
hyper-tls = "*"
"oauthcli" = "1.0.6"
"url" = "*"
"tokio-core" = "*"
"futures" = "*"
"serde_json" = "*"
"chan" = "*"
chrono = { version = "0.4", features = ["serde"] }
serde = "*"
serde_derive = "*"