File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ The Sentry SDK offers a middleware for the [Actix Web](https://actix.rs/) framew
1010
1111## Install
1212
13- To add Sentry with the Actix Web integration to your Rust project, just add a new dependency to your ` Cargo.toml ` :
13+ To add Sentry with the Actix Web integration to your Rust project, add a new dependency to your ` Cargo.toml ` :
1414
15- ``` toml {filename:Cargo.toml}
15+ ``` toml {filename:Cargo.toml}
1616[dependencies ]
1717actix-web = " 4.11.0"
1818sentry = { version = " {{@inject packages.version('sentry.rust') }}" , features = [" actix" ] }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Using a framework? Check out the other SDKs we support in the left-hand dropdown
2121
2222## Install
2323
24- To add Sentry to your Rust project, just add a new dependency to your ` Cargo.toml ` :
24+ To add Sentry to your Rust project, add a new dependency to your ` Cargo.toml ` :
2525
2626``` toml {filename:Cargo.toml}
2727[dependencies ]
You can’t perform that action at this time.
0 commit comments