feat: add __rule, but cannot run

This commit is contained in:
2020-11-17 01:07:31 +08:00
parent f017ee9dc1
commit 220a582122
5 changed files with 1619 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "json-rules-engine"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
json-rules-engine = { version = "0.7.0", features = ["email"] }
tokio = { version = "0.3.3", features = ["full"] }
serde = "*"
serde_json = { version = "*" }
anyhow = { version = "*" }