tw-rs 0.1.12

Command line tool allow you to access twitter
Documentation
[package]
name = "tw-rs"
description = "Command line tool allow you to access twitter"
version = "0.1.12"
authors = ["Vanessa McHale <tmchale@wisc.edu>"]
license-file = "LICENSE"
exclude = [ ".gitignore" ]
readme = "README.md"
repository = "https://github.com/vmchale/tw-rs"
documentation = "https://github.com/vmchale/tw-rs#README"
homepage = "https://github.com/vmchale/tw-rs"

[dependencies]
oauth-client-fix = "0.1"
nom = "2.1"
colored = "1.4"
clap = {version = "2.19", features = ["yaml"]}
base64 = "0.4"


[lib]
name = "tweet"
path = "src/lib.rs"

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