1#
2# Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
3#
4# SPDX-License-Identifier: BSD-2-Clause
5#
6
7[dependencies.core]
8
9[dependencies.compiler_builtins]
10features = ["mem"]
11git = "https://github.com/rust-lang-nursery/compiler-builtins"
12stage = 1
13
14