aboutsummaryrefslogtreecommitdiff
path: root/azalea-language/Cargo.toml
blob: ac190311aae6a5019013a70963788a8991a4f873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
description = "Translate Minecraft strings from their id."
edition = "2021"
license = "MIT"
name = "azalea-language"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4.0"
serde = "1.0.137"
serde_json = "1.0.81"
# tokio = {version = "1.19.2", features = ["fs"]}