Basic Setup

This commit is contained in:
2023-10-23 12:19:53 +02:00
commit 5205650b5d
5 changed files with 1400 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "pastebin-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
home = "0.5.5"
reqwest = "0.11.22"
tokio = { version = "1.33.0", features = ["full"] }