We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20511b4 commit 94dda81Copy full SHA for 94dda81
2 files changed
Cargo.toml
@@ -5,6 +5,7 @@ edition = "2021"
5
description = "API analytics SDK — buffers request events and flushes them to an ingestion endpoint"
6
license = "MIT"
7
repository = "https://github.com/peekapi-dev/sdk-rust"
8
+homepage = "https://peekapi.dev"
9
10
[dependencies]
11
serde = { version = "1", features = ["derive"] }
README.md
@@ -175,6 +175,8 @@ The callback receives a header-getter closure (`&dyn Fn(&str) -> Option<String>`
175
176
## Contributing
177
178
+Bug reports and feature requests: [peekapi-dev/community](https://github.com/peekapi-dev/community/issues)
179
+
180
1. Fork & clone the repo
181
2. Run tests — `cargo test`
182
3. Lint — `cargo clippy --all-features`
0 commit comments