initial commit
This commit is contained in:
22
bot/Cargo.toml
Normal file
22
bot/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "omegle-matrix-client"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
|
||||
futures-util = "0.3"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
rusqlite = { version = "0.30", features = ["bundled"] }
|
||||
toml = "0.8"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
matrix-sdk = { version = "0.7", features = ["e2e-encryption"] }
|
||||
anyhow = "1"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
url = "2"
|
||||
log = "0.4"
|
||||
async-trait = "0.1"
|
||||
dashmap = "5"
|
||||
Reference in New Issue
Block a user