Skip to content

Commit

Permalink
- gjson + ksql support
Browse files Browse the repository at this point in the history
  • Loading branch information
julfikar committed May 21, 2023
1 parent 412cc14 commit 40dbdda
Show file tree
Hide file tree
Showing 5 changed files with 2,111 additions and 38 deletions.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flql"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["Mohammad Julfikar <julfikar@eztech.com.my>", "Mohammad Julfikar <md.julfikar.mahmud@gmail.com>"]
categories = ["parser-implementations"]
Expand All @@ -15,5 +15,13 @@ repository = "https://github.com/mjm918/flinch-flql"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anydate = "0.3.0"
anyhow = "1.0.69"
chrono = { version = "0.4.23", features = ["serde"] }
clap = { version = "4.1.4", features = ["derive"] }
gjson = "0.8.1"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.92"
thiserror = "1.0.38"
pest = "2.5.7"
pest_derive = "2.5.7"

0 comments on commit 40dbdda

Please sign in to comment.