forked from AxTps/Starlight_Lancher
feat:移除了弹窗,服务器添加sls
This commit is contained in:
20
packages/daedalus/Cargo.toml
Normal file
20
packages/daedalus/Cargo.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user