argus/Cargo.toml
Anand Balakrishnan 1ea0faf327
Release 0.1.1
argus-core@0.1.1
argus-parser@0.1.1
pyargus@0.1.1

Generated by cargo-workspaces
2023-10-06 00:38:25 -07:00

22 lines
332 B
TOML

[workspace]
members = [
"argus",
"argus-core",
"argus-semantics",
"argus-derive",
"argus-parser",
"argus-automata",
"pyargus",
]
resolver = "2"
[workspace.package]
authors = ["Anand Balakrishnan"]
license = "BSD-3-Clause"
edition = "2021"
rust-version = "1.66"
[workspace.metadata.workspaces]
allow_branch = "dev"