[package] name = "mantid_grep" description = "mantid_grep provides grep functionality for use within the mantid ecosystem" version = "0.0.1" edition = "2021" license = "MIT" [lib] name = "mantid_grep" path = "src/lib.rs" [dependencies] mantid_core = { path = "../mantid_core", version = "0.0.1" } regex = "1.7.1"