forked from didirus/AstralRinth
* 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
21 lines
595 B
TOML
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
|