Init
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user