-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (24 loc) · 808 Bytes
/
Cargo.toml
File metadata and controls
25 lines (24 loc) · 808 Bytes
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
[package]
name = "raindropdick"
version = "0.4.8"
edition = "2021"
license = " GPL-3.0-or-later"
description = "a v2ray tui"
homepage = "https://github.com/ArchLinuxStudio/RaindropDick"
authors = ["Decodertalkers <aakari@tutanota.com>"]
keywords = ["tui"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
v2raylinks = {path = "./v2raylinks"}
tui = {version = "0.19.0", features = ["crossterm"] }
crossterm = "0.25.0"
reqwest = { version = "0.11", default-features = false, features = ["json","rustls-tls"] }
base64 = "0.13.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
urlencoding = "2.1.2"
unicode-width = "0.1"
tokio = { version = "1", features = ["full"] }
async-trait = "0.1.57"
regex = "1"
once_cell = "1.15.0"