himalaya/rust-toolchain.toml
Clément DOUIN 7c01f88006
make Backend::get_mboxes return struct instead of trait (#340)
This step was necessary to move logic from CLI to lib. Indeed, the
trait returned by get_mboxes needed to implement Table, which is
related to the CLI module only.
2022-05-29 12:36:10 +02:00

3 lines
31 B
TOML

[toolchain]
channel = "stable"