Skip to content

Commit

Permalink
fix readme and test
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 8, 2021
1 parent 5f77a90 commit cce72ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
//!
Expand Down

0 comments on commit cce72ed

Please sign in to comment.