monorepo/rust-toolchain.toml

10 lines
126 B
TOML
Raw Normal View History

[toolchain]
channel = "1.68.2"
components = ["rust-src"]
2023-04-03 02:59:04 +00:00
[workspace]
members = [
"kifu/kifu-core",
"kifu/kifu-gtk"
]