Added
- Add option to delete file(s) from server (#54)
rustpaste now supports deleting files starting from 0.14.0 thus a new flag (-d) is added to rpaste.
rpaste -d file.txtTo use this feature, set tokens for both rustypaste and rustypaste-cli in the configuration file via delete_tokens / delete_token option.
Changed
- Use IsTerminal from stdlib (#55)
- Disable Rust beta builds
- Upgrade dependencies