Files
Rocketmc/packages/daedalus/Cargo.toml
aecsocket 4cd8ccd319 Taplo and typos in CI, TOML cleanup (#4510)
* Taplo and typos in CI

* Clean up Cargo.toml files

* Fix CI

* Fix CI

* Run typos in CI

* Loosen typos a bit

* Fix typos

* Fix taplo

* Switch to Tombi

* Fix Tombi errors

* Remove unused typos config

* Tombi fmt

* Remove extraneous cargo fmt

* fix typos
2025-10-12 20:18:38 +00:00

21 lines
595 B
TOML

[package]
name = "daedalus"
version = "0.2.3"
edition.workspace = true
description = "Utilities for querying and parsing Minecraft metadata"
readme = "README.md"
repository = "https://github.com/modrinth/daedalus/"
license = "MIT"
keywords = ["launcher", "minecraft"]
categories = ["api-bindings", "game-development"]
include = ["Cargo.toml", "LICENSE", "README.md", "src/**/*.rs"]
[dependencies]
chrono = { workspace = true, features = ["serde"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
thiserror = { workspace = true }
[lints]
workspace = true