partiql-playground 0.1.0

PartiQL Playground
Documentation
[dependencies.partiql-parser]
features = ["serde"]
version = "0.1.0"

[dependencies.serde_json]
version = "1.*"

[dependencies.wasm-bindgen]
version = "0.2"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["PartiQL Team <partiql-team@amazon.com>"]
categories = ["database", "compilers", "wasm", "web"]
description = "PartiQL Playground"
edition = "2021"
exclude = ["**/.git/**", "**/.github/**"]
homepage = "https://github.com/partiql/partiql-lang-rust"
keywords = ["sql", "ast", "query", "compilers", "playground"]
license = "Apache-2.0"
name = "partiql-playground"
readme = "README.md"
repository = "https://github.com/partiql/partiql-lang-rust"
resolver = "2"
version = "0.1.0"