[package] name = "twidder" version = "0.0.1" authors = [ "iximeow " ] 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 = "0.4" serde = "*" serde_derive = "*"