Skip to content

Commit 3a52a0b

Browse files
committed
sentry - Cargo - add axum, axum-server, tower & tower-http
1 parent 89b3d04 commit 3a52a0b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

Cargo.lock

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

sentry/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ hex = "0.4"
4141
# CLI
4242
clap = { version = "3", features = ["cargo"] }
4343
# Server
44+
axum = { version = "0.5", features = ["http1", "http2"] }
45+
axum-server = { version = "0.4", features = ["tls-rustls"] }
46+
tower = "0.4"
47+
tower-http = { version = "0.3", features = ["cors"] }
4448
tokio = { version = "1", features = ["macros", "time", "rt-multi-thread", "signal"] }
4549
hyper = { version = "0.14", features = ["stream", "runtime", "http1", "http2", "server"] }
4650
simple-hyper-server-tls = { version = "0.3", features = ["tls-rustls"] }

0 commit comments

Comments
 (0)