scam-police/Cargo.toml

21 lines
499 B
TOML
Raw Normal View History

2023-04-12 08:36:14 +05:30
[package]
name = "scam-police"
version = "0.5.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"
dirs = "5.0.0"
matrix-sdk = "0.6.2"
once_cell = "1.17.1"
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"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
url = "2.3.1"