- argus-core, argus-parser, argus-semantics are highly co-dependent, and hence should be in the same create.
18 lines
383 B
TOML
18 lines
383 B
TOML
[workspace]
|
|
members = ["argus", "argus-derive", "argus-automata", "pyargus"]
|
|
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
authors = ["Anand Balakrishnan"]
|
|
license = "BSD-3-Clause"
|
|
|
|
edition = "2021"
|
|
rust-version = "1.66"
|
|
|
|
readme = "README.md"
|
|
keywords = ["temporal logic", "monitoring"]
|
|
repository = "https://github.com/anand-bala/argus"
|
|
|
|
[workspace.metadata.workspaces]
|
|
allow_branch = "dev"
|