style(semantics): move macro impls to specific modules
This commit is contained in:
parent
b517043d0e
commit
55b7cdd075
5 changed files with 127 additions and 122 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue