yy-typings 0.1.0

A collection of typings for GameMaker Studio 2 YY and YYP files
Documentation
[package]
name = "yy-typings"
version = "0.1.0"
authors = ["Jonathan Spira <jjspira@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A collection of typings for GameMaker Studio 2 YY and YYP files"
repository = "https://github.com/NPC-Studio/yy-typings"
readme = "README.md"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
serde_json = "1.0"
serde_repr = "0.1"
regex = "1.3"
smart-default = "0.6"

[dev-dependencies]
pretty_assertions = "0.6.1"
serde_json = "1.0"
include_dir = { version = "0.6", features = ["search"]}
maplit = "1"