Skip to content

Commit

Permalink
build(plugin): set openssl, libgit2 as vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed May 3, 2024
1 parent 4951c21 commit 1e4b3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluere-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/SkuldNorniern/fluere"


[dependencies]
git2 = "0.18.3"
git2 = { version = "0.18.3", default-features = false, features = ["https", "vendored-libgit2", "vendored-openssl"] }
tokio = { version = "1.36", features = ["full","macros", "rt-multi-thread"] }
fluere-config = { version = "0.2.0", path = "../fluere-config" }
#fluere-plugin-trait = { path = "../fluere-plugin-trait" }
Expand Down

0 comments on commit 1e4b3a7

Please sign in to comment.