aboutsummaryrefslogtreecommitdiff
path: root/minecraft-chat/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-08 00:41:42 -0600
committermat <github@matdoes.dev>2021-12-08 00:41:42 -0600
commitc16d55ccddd741057bf532bd946b2854dc208c65 (patch)
treee6ae8af47e1931ef98ea55913831197b8e65a7ee /minecraft-chat/Cargo.toml
parent4a44c58444c901d939a8594669c819ab2bfbac13 (diff)
downloadazalea-drasl-c16d55ccddd741057bf532bd946b2854dc208c65.tar.xz
start adding minecraft-chat
Diffstat (limited to 'minecraft-chat/Cargo.toml')
-rw-r--r--minecraft-chat/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/minecraft-chat/Cargo.toml b/minecraft-chat/Cargo.toml
index 4607dc99..bca63666 100644
--- a/minecraft-chat/Cargo.toml
+++ b/minecraft-chat/Cargo.toml
@@ -1,8 +1,9 @@
[package]
+edition = "2018"
name = "minecraft-chat"
version = "0.1.0"
-edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+serde_json = "^1.0.72"