aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1784ff963f3f3ca31406603b07549c4cb5bbad40 (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
[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 = "*"
"rustc-serialize" = "*"
"oauthcli" = "1.0.6"
"url" = "*"
"tokio-core" = "*"
"futures" = "*"