From f3d70952f0a51ee4e12358a102a735e50a3d5f77 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 17 Feb 2026 14:26:34 +0100 Subject: added cargo config to allow for experimental features --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') 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 -- cgit v1.2.3