zellij 0.2.0

Terminal workspace (WIP)
1
2
3
4
5
6
7
8
# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
[toolchain]
# can be further pinned eg:
# date: "stable-2020-07-10"
# version: "nightly-1.0.0"
channel = "1.49.0"
components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
targets = ["wasm32-wasi"]