From 495beefe2a84d66057eaba11372ee753857bc9c3 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Thu, 9 Oct 2025 09:24:20 +0200 Subject: chore: add rust workspace file to please eglot --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..61e3089 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["lambda-calcul/rust"] +resolver = "3" -- cgit v1.2.3