20 lines
457 B
TOML
20 lines
457 B
TOML
[package]
|
|
name = "tiktok_dvm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.96"
|
|
clap = { version = "4.5.31", features = ["derive"] }
|
|
env_logger = "0.11.6"
|
|
log = "0.4.26"
|
|
nostr-sdk = { version = "0.39.0" }
|
|
tokio = { version = "1.43.0", features = ["macros", "rt", "rt-multi-thread"] }
|
|
yt-dlp = "1.2.3"
|
|
serde = { version = "1.0.218", features = ["derive"] }
|
|
base64 = "0.22.1"
|
|
sha2 = "0.10.8"
|
|
url = "2.5.4"
|
|
reqwest = "0.12.12"
|
|
hex = "0.4.3"
|