Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 10, 2024
1 parent 137e5f1 commit 2381e48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ license = "MIT"
name = "nhentai_archivist"
readme = "readme.md"
repository = "https://github.com/9-FS/nhentai_archivist"
version = "3.0.1"
version = "3.0.2"

[dependencies]
chrono = { version = "^0.4.0", features = ["serde"] }
load_config = { git = "https://github.com/9-FS/load_config", tag = "1.0.0", features = [
"toml_file",
] }
log = "^0.4.0"
openssl = { version = "^0.10.0", features = [
"vendored",
] } # because otherwise some wild fuckywuckys during cross compilation
# openssl = { version = "^0.10.0", features = [
# "vendored",
# ] } # because otherwise some wild fuckywuckys during cross compilation
reqwest = { version = "^0.12.0", features = ["cookies"] }
scaler = "^1.0.0"
serde = { version = "^1.0.0", features = ["derive"] }
Expand Down

0 comments on commit 2381e48

Please sign in to comment.