-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (32 loc) · 794 Bytes
/
Cargo.toml
File metadata and controls
38 lines (32 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[workspace]
members = ["tg-kit-rules"]
[workspace.dependencies]
anyhow = "1.0"
async-trait = "0.1"
grammers-client.git = "https://github.com/Lonami/grammers.git"
grammers-session.git = "https://github.com/Lonami/grammers.git"
log = "0.4"
regex = "1.11.1"
tokio = { version = "1", features = ["full"] }
tg-kit.path = "."
tg-kit-rules.path = "tg-kit-rules"
[workspace.package]
version = "0.3.0"
edition = "2024"
[package]
name = "tg-kit"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
dashmap = "6.1.0"
futures = "0.3.31"
grammers-client.workspace = true
grammers-session.workspace = true
log.workspace = true
tokio.workspace = true
[dev-dependencies]
dotenvy = "0.15"
logforth = "0.24.0"
tg-kit-rules.workspace = true