Skip to content

Commit

Permalink
linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanlew committed Jan 3, 2024
1 parent 731ec17 commit aa5ec29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
uuid = { version = "1.6.1", features = ["v4"]}
clap = { version = "4.4.12", features = ["derive"] }
futures = "0.3"
futures = "0.3"
openssl = { version = "0.10.35", features = ["vendored"] }

0 comments on commit aa5ec29

Please sign in to comment.