scam-police/Cargo.toml

25 lines
616 B
TOML

[package]
name = "scam-police"
version = "0.6.0"
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"
argparse = "0.2.2"
dirs = "5.0.0"
matrix-sdk = { version = "0.6.2", features = [ "sso-login" ] }
once_cell = "1.17.1"
open = "4.0.2"
rand = "0.8.5"
reqwest = "0.11.16"
rpassword = "7.2.0"
serde = "1.0.160"
serde_json = "1.0.95"
strfmt = "0.2.4"
terminal-menu = "2.0.5"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
url = "2.3.1"