[workspace] members = ["libraries/*"] [package] name = "mantid" description = "mantid is a multitool for security research and development" version = "0.0.2" edition = "2021" license = "MIT" [[bin]] name = "mantid" path = "src/main.rs" [dependencies] clap = { version = "4.1.4", features = ["derive"] } mantid_core = { path = "./libraries/mantid_core", version = "0.0.2" } mantid_hash = { path = "./libraries/mantid_hash", version = "0.0.1" } mantid_grep = { path = "./libraries/mantid_grep", version = "0.0.1" } mantid_http = { path = "./libraries/mantid_http", version = "0.0.1" }