aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b1f367700346a157922005a7eeed4b7b1ca40a67 (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
30
31
[package]

name = "twidder"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "MIT"
repository = "lol"
description = """
a nice twitter
"""

[[bin]]
name = "twidder"
# path = "main.rs"
#test = false
#bench = false

[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 = "*"