dependabot[bot] 19e228563e Chore(deps): Bump openssl in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [openssl](https://github.com/sfackler/rust-openssl).


Updates `openssl` from 0.10.63 to 0.10.72
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.72)

---
updated-dependencies:
- dependency-name: openssl
  dependency-version: 0.10.72
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-16 20:12:26 +00:00
2024-05-07 17:10:24 +02:00
2025-05-16 22:11:32 +02:00
2024-05-07 20:37:18 +02:00
2023-10-23 12:19:53 +02:00
2025-05-16 22:11:32 +02:00
2024-02-06 09:29:37 +01:00
2023-10-26 21:37:26 +02:00


PASTEBIN-CLI

◦ A simple CLI to use pastebin in your terminal

◦ Developed with the software and tools below.

OpenSSL Rust Hyper

git-last-commit GitHub commit activity GitHub top language

📖 Table of Contents


📦 Features

  • Creating new pastes
  • Reading pastes
  • Deleting pastes

📂 Repository Structure

└── pastebin-cli/
    ├── Cargo.lock
    ├── Cargo.toml
    └── src/
        ├── keys.rs
        ├── main.rs
        └── pastebin.rs



🚀 Getting Started

🔧 Installation

cargo install pastebin-cli

🔧 Installation via Source Code

  1. Clone the pastebin-cli repository:
git clone https://github.com/Tilo-K/pastebin-cli
  1. Change to the project directory:
cd pastebin-cli
  1. Install the dependencies:
cargo install .

🤖 Running pastebin-cli

pastebin-cli

🤝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Description
No description provided
Readme AGPL-3.0 126 KiB
Languages
Rust 100%