[package] name = "nature_integrate_test_executor" version = "1.5.0" authors = ["XueBin Li "] edition = "2021" description = "Local Executors used by Nature Test" repository = "https://github.com/llxxbb/Nature" license = "MIT" [dependencies] nature = { path = "../nature", version = "1.5.0" } [lib] crate-type = ["cdylib"]