-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (27 loc) · 843 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "pastol"
version = "2.0.2"
authors = ["M1n-74316D65"]
edition = "2021"
description = "Paste.lol on the command line."
readme = "README.md"
homepage = "https://github.com/M1n-74316D65/Pastol"
repository = "https://github.com/M1n-74316D65/Pastol"
license = "MIT"
keywords = ["pastebin", "markdown", "pastelol", "cli", "filesharing"]
categories = ["command-line-utilities", "command-line-interface"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.12", features = ["native-tls-alpn", "json"] }
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }
toml = "0.8"
serde_derive = "1"
serde_json = "1"
serde = "1"
dirs = "5"
rand = "0.8"
chrono = "0.4"
markdown = "0.3"
regex = "1.10.4"
termimad = "0"