22 lines
516 B
TOML
22 lines
516 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"
|
|
dirs = "5.0.0"
|
|
matrix-sdk = "0.6.2"
|
|
once_cell = "1.17.1"
|
|
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"
|
|
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
|
|
url = "2.3.1"
|