Skip to content

Commit

Permalink
workflow update - added openssl dependency to Cargo.toml (0.1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolja committed Nov 26, 2024
1 parent cc58fe1 commit c10a506
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ clap = {version = "*", features = ["derive"]}
crypto-hash = "0.3.4"
rand = "0.8.5"
regex = "1.11.1"
# for Linux:
openssl = { version = "0.10", features = ["vendored"] }
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use crate::appstate::AppState;
#[derive(Parser, Debug)]
#[clap(
author = "Kolja Wilcke",
version = "0.1.6",
version = "0.1.7",
about = "A simple OPDS server for Calibre libraries"
)]
struct Cli {
Expand Down

0 comments on commit c10a506

Please sign in to comment.