argus/Cargo.toml
Anand Balakrishnan 7ce056b471
refactor!(argus): combine co-dependent crates
- argus-core, argus-parser, argus-semantics are highly co-dependent, and
  hence should be in the same create.
2023-10-06 15:40:20 -07:00

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"