21 lines
434 B
TOML
21 lines
434 B
TOML
[package]
|
|
name = "pyargus"
|
|
version = "0.1.0"
|
|
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
name = "pyargus"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
argus-core = { version = "0.1.0", path = "../argus-core" }
|
|
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
|
derive_more = "0.99.17"
|
|
log = "0.4.20"
|
|
paste = "1.0.14"
|
|
pyo3 = "0.19.2"
|
|
pyo3-log = "0.8.3"
|