mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-09 16:31:01 +00:00
13 lines
320 B
TOML
13 lines
320 B
TOML
[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"] }
|