scam-police/Cargo.toml

25 lines
616 B
TOML
Raw Normal View History

2023-04-12 08:36:14 +05:30
[package]
name = "scam-police"
version = "0.6.0"
2023-04-12 08:36:14 +05:30
edition = "2021"
authors = [ "@0xf8:projectsegfau.lt", "@jjj333:pain.agency" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.70"
2023-04-21 07:20:24 +05:30
argparse = "0.2.2"
2023-04-12 08:36:14 +05:30
dirs = "5.0.0"
2023-04-22 01:52:14 +05:30
matrix-sdk = { version = "0.6.2", features = [ "sso-login" ] }
2023-04-12 08:36:14 +05:30
once_cell = "1.17.1"
2023-04-22 01:52:14 +05:30
open = "4.0.2"
2023-04-12 08:36:14 +05:30
rand = "0.8.5"
reqwest = "0.11.16"
2023-04-14 07:06:41 +05:30
rpassword = "7.2.0"
2023-04-12 08:36:14 +05:30
serde = "1.0.160"
serde_json = "1.0.95"
strfmt = "0.2.4"
2023-04-21 07:20:24 +05:30
terminal-menu = "2.0.5"
2023-04-12 08:36:14 +05:30
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
url = "2.3.1"