# This is a Makefile for `cargo make`, to use it first istall cargo-make with `cargo install cargo-make`
[]
= true
[]
# if true, all core tasks are set to private (default false)
= true
## Feature profiles
[]
= "true"
# TODO: add --lib back when there is a common cli library in util
# probably just remove this override file at that point
[]
= "cargo"
= ["run", "--example=global_resolver"]
[]
= "cargo"
= ["run", "--example=multithreaded_runtime"]
[]
= ["example-global_resolver", "example-multithreaded_runtime"]