13 lines
356 B
TOML
13 lines
356 B
TOML
[package]
|
|
name = "argus"
|
|
version = "0.1.0"
|
|
|
|
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" }
|