Add api
and full
feature flags to tuono_lib
crate
#217
Labels
Milestone
api
and full
feature flags to tuono_lib
crate
#217
tuono_lib
crateI could be useful creating a crate
features = ["full", "api"]
flag for theCargo.toml
manifest. This in order to skip the load of the V8 engine,reqwest
crate and thevite
proxies, speeding up the build process.tuono
crateThe
tuono
CLI will also read what feature is enabled and will then turn the project infullstack
orapi-only
mode.The text was updated successfully, but these errors were encountered: