We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a24b6 commit 01c0082Copy full SHA for 01c0082
‎Cargo.toml‎
@@ -12,6 +12,17 @@ readme = "README.md"
12
documentation = "https://docs.rs/lambda-sqs"
13
categories = ["web-programming"]
14
keywords = ["aws", "sqs", "lambda"]
15
+exclude = [
16
+ ".fossa.yml",
17
+ ".github/workflows/fossa.yml",
18
+ ".github/workflows/general.yml",
19
+ ".github/workflows/rust_security_audit.yml",
20
+ ".gitignore",
21
+ ".vscode/settings.json",
22
+ ".whitesource",
23
+ "markdownlint.jsonc",
24
+ "renovate.json"
25
+]
26
27
[dependencies]
28
serde = { version = "1.0.135", features = ["derive"] }
@@ -24,3 +35,4 @@ tokio = "1"
35
[package.metadata.docs.rs]
36
all-features = true
37
rustdoc-args = ["--cfg", "docsrs"]
38
+
0 commit comments