clickhouse-sql-parser 0.1.1

Rust parser for Clickhouse SQL dialect
Documentation
[package]
name = "clickhouse-sql-parser"
version = "0.1.1"
authors = ["Sergey Chernomorets <s.chernomorets@gmail.com>"]
edition = "2018"
description = "Rust parser for Clickhouse SQL dialect"
license = "MIT"
homepage = "https://github.com/superjobru/clickhouse-sql-parser"
repository = "https://github.com/superjobru/clickhouse-sql-parser"
readme = "README.md"

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

[dependencies]
nom = "5.1.2"