Files
Starlight_Lancher/packages/daedalus/Cargo.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