mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
* feat: neverbounce API client * feat(labrinth): integrate neverbounce * chore: tombi * chore: typo * chore: clippy * chore: remove unused dep * chore: cleanup
18 lines
377 B
TOML
18 lines
377 B
TOML
[package]
|
|
name = "neverbounce"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
description = "NeverBounce API client"
|
|
repository.workspace = true
|
|
license = "MIT"
|
|
keywords = []
|
|
categories = ["api-bindings"]
|
|
|
|
[dependencies]
|
|
reqwest = { workspace = true, features = ["json"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
[lints]
|
|
workspace = true
|