docs: add metadata to Cargo.toml files [skip ci]
This commit is contained in:
parent
30819b6b9c
commit
3fc4486883
8 changed files with 17 additions and 0 deletions
|
|
@ -18,5 +18,9 @@ license = "BSD-3-Clause"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.66"
|
rust-version = "1.66"
|
||||||
|
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["temporal logic", "monitoring"]
|
||||||
|
repository = "https://github.com/anand-bala/argus"
|
||||||
|
|
||||||
[workspace.metadata.workspaces]
|
[workspace.metadata.workspaces]
|
||||||
allow_branch = "dev"
|
allow_branch = "dev"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
petgraph = "0.6.4"
|
petgraph = "0.6.4"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "dump_parse_tree"
|
name = "dump_parse_tree"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argus-core = { version = "0.1.1", path = "../argus-core" }
|
argus-core = { version = "0.1.1", path = "../argus-core" }
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argus-core = { version = "0.1.1", path = "../argus-core" }
|
argus-core = { version = "0.1.1", path = "../argus-core" }
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "pyargus"
|
name = "pyargus"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue