This commit is contained in:
2025-02-27 12:50:04 +00:00
commit 30c60e3932
7 changed files with 3533 additions and 0 deletions

19
Cargo.toml Normal file
View File

@ -0,0 +1,19 @@
[package]
name = "rust_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"