set common parameters in the workspace
This commit is contained in:
parent
2319668e2b
commit
0498dd0f57
8 changed files with 44 additions and 13 deletions
|
|
@ -2,10 +2,12 @@
|
|||
name = "argus"
|
||||
version = "0.1.0"
|
||||
|
||||
authors = ["Anand Balakrishnan"]
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
edition = "2021"
|
||||
rust-version = "1.66"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||
argus-parser = { version = "0.1.0", path = "../argus-parser" }
|
||||
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue