Add dlsite cli add folder
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "sus-manager"
|
||||
version = "0.1.0"
|
||||
description = "An example generated using the hello-world template"
|
||||
description = "manager for SuS gamers"
|
||||
authors = ["fromost"]
|
||||
license = "MIT"
|
||||
edition = "2024"
|
||||
@@ -14,11 +14,17 @@ tokio-util = "0.7.9"
|
||||
tokio-utils = "0.1.2"
|
||||
directories = "6.0.0"
|
||||
lazy_static = "1.5.0"
|
||||
dotenvy = "0.15"
|
||||
rust-ini = "0.21.3"
|
||||
robotstxt = "0.3.0"
|
||||
scraper = "0.24.0"
|
||||
reqwest = { version = "0.12.23", features = ["blocking"] }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.5.48"
|
||||
features = ["derive", "cargo"]
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.12.23"
|
||||
features = ["blocking"]
|
||||
|
||||
[dependencies.crossterm]
|
||||
version = "0.29.0"
|
||||
|
||||
Reference in New Issue
Block a user