feat: add expression builder API

This commit is contained in:
Anand Balakrishnan 2023-03-17 14:42:09 -07:00
parent a0747108a7
commit b56327a3a2
No known key found for this signature in database
3 changed files with 170 additions and 4 deletions

View file

@ -3,9 +3,8 @@ name = "argus-core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0.39"
[dev-dependencies]
proptest = "1.1.0"