fix readme and test

This commit is contained in:
Edgar 2021-01-08 16:06:25 +01:00
parent 5f77a90e1b
commit cce72ed41b
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85
2 changed files with 2 additions and 2 deletions

View file

@ -23,5 +23,5 @@ log = "0.4.11"
bytes = "1.0.0"
[dev-dependencies]
tokio = { version = "1.0.1", features = ["macros", "rt"] }
tokio = { version = "1.0.1", features = ["macros", "rt-multi-thread"] }
dotenv = "0.15.0"

View file

@ -24,7 +24,7 @@
//!
//! #[tokio::main]
//! async fn main() {
//! dotenv::dotenv::ok();
//! dotenv::dotenv().ok();
//! let clientid = std::env::var("PAYPAL_CLIENTID").unwrap();
//! let secret = std::env::var("PAYPAL_SECRET").unwrap();
//!