WalletConnect / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
137 stars 47 forks source link

Move pretty_env_logger to dev-dependencies, it's not useful to crates depending on us. #37

Closed sorccu closed 4 years ago

sorccu commented 4 years ago

Also removes chrono configuration, which was only used by pretty_env_logger. Everything still runs fine.

Note: needs #35 before cargo test can run.