diff options
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..7317206 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[unstable] +build-std = ["core", "alloc"] |
