reddsaver
reddsaver copied to clipboard
Persistent session
- Reuses the same reqwest::Client for all the requests so cookies and user-agent can be persisted
- bumps reqwest and tokio