[package] name = "fbt" version = "0.1.18" authors = [ "Amit Upadhyay ", "Shobhit Sharma ", "Sitesh ", ] edition = "2021" description = "folder based testing tool (library)" license = "BSD-2-Clause" homepage = "https://www.fifthtry.com/fifthtry/fbt/" [dependencies] fbt-lib = { path = "../fbt_lib", version = "0.1.18" } [dev-dependencies] rusty-hook = "0.11.2"