From 4ca103303e0d762ae19722a9dbbf322a17a05ae9 Mon Sep 17 00:00:00 2001 From: Shachar Langbeheim Date: Thu, 7 Sep 2023 12:04:52 +0000 Subject: [PATCH] add missing configuration --- benchmarks/rust/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 benchmarks/rust/.cargo/config.toml diff --git a/benchmarks/rust/.cargo/config.toml b/benchmarks/rust/.cargo/config.toml new file mode 100644 index 0000000000..e61d57cec1 --- /dev/null +++ b/benchmarks/rust/.cargo/config.toml @@ -0,0 +1,3 @@ +[env] +BABUSHKA_NAME = "Babushka" # This should be overwritten by each wrapper library. +BABUSHKA_VERSION = "0.1.0"