Skip to content

Commit

Permalink
docs: add metadata to Cargo.toml files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 6, 2023
1 parent 30819b6 commit 3fc4486
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ 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"
2 changes: 2 additions & 0 deletions argus-automata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
petgraph = "0.6.4"
2 changes: 2 additions & 0 deletions argus-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
derive_more = "0.99.17"
Expand Down
2 changes: 2 additions & 0 deletions argus-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true
repository.workspace = true

[lib]
proc-macro = true
Expand Down
2 changes: 2 additions & 0 deletions argus-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true
repository.workspace = true

[[example]]
name = "dump_parse_tree"
Expand Down
2 changes: 2 additions & 0 deletions argus-semantics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
argus-core = { version = "0.1.1", path = "../argus-core" }
Expand Down
1 change: 1 addition & 0 deletions argus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true

[dependencies]
argus-core = { version = "0.1.1", path = "../argus-core" }
Expand Down
2 changes: 2 additions & 0 deletions pyargus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true
repository.workspace = true

[lib]
name = "pyargus"
Expand Down

0 comments on commit 3fc4486

Please sign in to comment.