2022-05-23 05:16:04 +03:00
|
|
|
# Options intended to be common for all developers.
|
|
|
|
|
2023-07-07 15:47:10 +03:00
|
|
|
wasm-size-limit: 16.06 MiB
|
2022-06-01 14:44:40 +03:00
|
|
|
|
2022-05-23 05:16:04 +03:00
|
|
|
required-versions:
|
2023-03-23 15:00:08 +03:00
|
|
|
# NB. The Rust version is pinned in rust-toolchain.toml.
|
|
|
|
# NB. The Node version is pinned in .node-version.
|
2022-07-01 04:58:14 +03:00
|
|
|
cargo-watch: ^8.1.1
|
2022-05-23 05:16:04 +03:00
|
|
|
wasm-pack: ^0.10.2
|
2022-06-01 14:44:40 +03:00
|
|
|
# TODO [mwu]: Script can install `flatc` later on (if `conda` is present), so this is not required. However it should
|
|
|
|
# be required, if `conda` is missing.
|
|
|
|
# flatc: =1.12.0
|