Skip to content

Commit 348596b

Browse files
committed
project update
1 parent 7e0c3d2 commit 348596b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
[package]
2-
name = "ttdownloader"
2+
name = "TikFetchBot"
33
version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
reqwest = { version = "0.11", features = ["json"] }
7+
reqwest = { version = "0.12.15", features = ["json"] }
88
tokio = { version = "1", features = ["full"] }
99
serde_json = "1.0.138"
1010
teloxide = { version = "0.15.0"}
1111
serde = { version = "1.0.219", features = ["derive"] }
1212
lazy_static = "1.5.0"
1313
regex = "1.11.1"
1414
colored = "3.0.0"
15+
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio", "macros", "migrate"] }
16+
config = "0.15.11"
17+
chrono = "0.4.41"

0 commit comments

Comments
 (0)