diff --git a/gpapi/Cargo.toml b/gpapi/Cargo.toml index c84d76f..0476f16 100644 --- a/gpapi/Cargo.toml +++ b/gpapi/Cargo.toml @@ -9,6 +9,9 @@ description = "A library for interacting with the Google Play API" homepage = "https://github.com/EFForg/rs-google-play/tree/master/gpapi" repository = "https://github.com/EFForg/rs-google-play/tree/master/gpapi" +[lib] +doctest = false + [dependencies] prost = "0.12" #reqwest = "0.12"