cylon_ast 0.3.1

Simple Cylon AST implementation allow for easy exporting with serde. For the Yolol language in the upcoming game Starbase.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "cylon_ast"
version = "0.3.1"
authors = ["Matrixmage <osmithsi@sfu.ca>"]
description = "Simple Cylon AST implementation allow for easy exporting with serde. For the Yolol language in the upcoming game Starbase."
license = "MIT"
repository = "https://github.com/Jerald/cylon_ast"
[dependencies.serde]
version = "1.0.94"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.40"