update readme

This commit is contained in:
LordMZTE 2020-10-09 21:40:39 +02:00
parent 271aac14b7
commit 739b113e9d
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ clap = { version = "^2.33", features = ["yaml"] }
image-base64 = "0.1.0"
image = "0.23.9"
asciify = "0.1.6"
async-minecraft-ping = { git="https://github.com/LordMZTE/async-minecraft-ping.git", tag="v0.2.3" }
async-minecraft-ping = { git = "https://github.com/LordMZTE/async-minecraft-ping.git", tag = "v0.2.3" }
tokio = { version = "0.2.22", features = ["full"] }
itertools = "0.9.0"
termcolor = "1"

View File

@ -7,6 +7,8 @@
- player sample
- description
- favicon shown as ascii art
- mod list (for forge servers)
- raw json response output
## TODO
---
- [x] fork async-minecraft-ping in order to fix some bugs and implement mod list response (dev is not responding to [issue](https://github.com/jsvana/async-minecraft-ping/issues/3))