diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:26:34 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:26:34 +0100 |
| commit | f3d70952f0a51ee4e12358a102a735e50a3d5f77 (patch) | |
| tree | ebde001bf01251ae92d34d7d986a289b2e47981d /.cargo | |
| parent | 53c2c01a465bae4293b4a421be22a8bca7e09527 (diff) | |
added cargo config to allow for experimental features
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..093f66f --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[unstable] +json-target-spec = true +build-std = ["core", "compiler_builtins"]
\ No newline at end of file |
