Getting started
The library consists of a few modules, which can be installed all at once:
or as standalone dependencies:
"tf.tofu" %% "tofu-core-*" % "0.14.0"
(replace suffix *
with ce2
or ce3
depends on which cats-effect version you use)
"tf.tofu" %% "tofu-concurrent" % "0.14.0"
"tf.tofu" %% "tofu-config" % "0.14.0"
"tf.tofu" %% "tofu-env" % "0.14.0"
"tf.tofu" %% "tofu-logging" % "0.14.0"
"tf.tofu" %% "tofu-memo" % "0.14.0"
"tf.tofu" %% "tofu-optics-core" % "0.14.0""tf.tofu" %% "tofu-optics-macro" % "0.14.0""tf.tofu" %% "tofu-optics-interop" % "0.14.0"