๐Ÿ“ฆ himself65 / json-parser

๐Ÿ“„ Cargo.toml ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11[package]
name = "json-parser"
version = "0.1.0"
authors = ["himself65 <himself65@outlook.com>"]
edition = "2018"

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

[dependencies]
async-std = "1.6.2"