Legacy Forge Support

This commit is contained in:
Jai A
2021-10-17 23:22:23 -07:00
parent 32850f6770
commit 16af479b83
9 changed files with 79 additions and 13 deletions

View File

@@ -3,6 +3,13 @@ name = "daedalus"
version = "0.1.0"
authors = ["Jai A <jaiagr+gpg@pm.me>"]
edition = "2018"
license = "MIT"
description = "Utilities for querying and parsing Minecraft metadata"
repository = "https://github.com/modrinth/daedalus/"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
keywords = ["minecraft", "launcher"]
categories = ["game-development", "api-bindings"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -14,4 +21,4 @@ chrono = { version = "0.4", features = ["serde"] }
bytes = "1"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
sha1 = { version = "0.6.0", features = ["std"]}
sha1 = { version = "0.6.0", features = ["std"]}