Skip to content

Commit 5109677

Browse files
author
=
committed
vendor openssl
1 parent 06f194b commit 5109677

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository = "https://github.com/cosock/test-http-server"
88
axum = "0.7.9"
99
axum-server = { version = "0.7.1", features = ["tls-openssl"] }
1010
tokio = { version = "1.42.0", features = ["full"] }
11+
openssl = { version = "0.10", features = ["vendored"] }
1112

1213
# The profile that 'cargo dist' will build with
1314
[profile.dist]

dist-workspace.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
install-path = "CARGO_HOME"
1616
# Whether to install an updater program
1717
install-updater = false
18-
19-
[dist.dependencies.apt]
20-
libssl-dev = '*'

0 commit comments

Comments
 (0)