modrinth-wrapper 0.1.0

A Rust wrapper for the Modrinth API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "modrinth-wrapper"
version = "0.1.0"
edition = "2024"
exclude = [
    "modrinth-docs"
]
description = "A Rust wrapper for the Modrinth API."
license = "MIT"
[dependencies]
reqwest = { version = "0.13.2", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
thiserror = "2.0.18"
tokio = { version = "1.51.0", features = ["macros", "rt-multi-thread"] }
url = "2.5.8"