mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-09 16:31:01 +00:00
Fixed creating and deleting
This commit is contained in:
@@ -8,5 +8,6 @@ edition = "2021"
|
||||
[dependencies]
|
||||
clap = { version = "4.4.6", features = ["derive"] }
|
||||
home = "0.5.5"
|
||||
reqwest = "0.11.22"
|
||||
reqwest = { version = "0.11.22", features = ["json"] }
|
||||
rpassword = "7.2.0"
|
||||
tokio = { version = "1.33.0", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user