config.toml 175 B

1234567
  1. [build]
  2. target = 'x86_64-unknown-none.json'
  3. target-dir = 'build'
  4. [unstable]
  5. build-std-features = ['compiler-builtins-mem']
  6. build-std = ['core', 'compiler_builtins', 'alloc']