Files
google-apis-rs/Cargo.toml
Petros Angelatos af73936b95 rename cmn to client
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2020-12-19 00:46:06 +01:00

31 lines
741 B
TOML

# DO NOT PUBLISH
# This library is just to try out the code that should ultimately go into the code generator !
[package]
name = "client"
version = "0.0.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A library to facilitate interacting with your youtube account"
repository = "https://github.com/Byron/google-apis-rs"
license = "MIT/Apache-2.0"
keywords = ["youtube", "google", "protocol", "not-for-use"]
[lib]
# The common client code, used by all generated implementations
name = "client"
path = "src/rust/lib.rs"
[dependencies]
clap = "2"
hyper = "0.10"
mime = "0.2"
rustc-serialize = "*"
yup-oauth2 = "^ 1.0"
serde = "1"
serde_json = "1"
serde_derive = "1"
strsim = "*"
[dev-dependencies]
yup-hyper-mock = "^2"