style(semantics): move macro impls to specific modules

This commit is contained in:
Anand Balakrishnan 2023-04-04 09:59:10 -07:00
parent b517043d0e
commit 55b7cdd075
No known key found for this signature in database
5 changed files with 127 additions and 122 deletions

View file

@ -1,11 +1,13 @@
[package]
name = "argus-semantics"
version = "0.0.0"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argus-core = { version = "0.1.0", path = "../argus-core" }
itertools = "0.10.5"
paste = "1.0.12"
[dev-dependencies]
argus-core = { path = "../argus-core", features = ["arbitrary"] }
proptest = "1.1.0"