Add a Bitmagnet import action
This commit is contained in:
parent
8eda807ead
commit
d26931f4c6
15 changed files with 402 additions and 10 deletions
|
|
@ -12,6 +12,7 @@ clap = { version = "4.5.32", features = ["derive"] }
|
|||
roux = "2.2.14"
|
||||
figment = { version = "0.10", features = ["toml", "json", "env"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.44.2", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
regex = "1.10.3"
|
||||
figment_file_provider_adapter = "0.1.1"
|
||||
|
|
@ -29,3 +30,6 @@ clap-verbosity-flag = "3.0.2"
|
|||
pretty_env_logger = "0.5.0"
|
||||
async-trait = "0.1.77"
|
||||
console = "0.15.8"
|
||||
reqwest = "0.12.15"
|
||||
magnet-url = "2.0.0"
|
||||
urlencoding = "2.1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue