From 869e68986aa8f69af6e7842260a68d1e5c6f796f Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Thu, 10 Jul 2025 22:24:20 +0200 Subject: Add a bunch of code Signed-off-by: Carlos Maiolino --- rust/functions/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rust/functions/Cargo.toml (limited to 'rust/functions/Cargo.toml') diff --git a/rust/functions/Cargo.toml b/rust/functions/Cargo.toml new file mode 100644 index 0000000..046807f --- /dev/null +++ b/rust/functions/Cargo.toml @@ -0,0 +1,9 @@ +workspace = { members = ["branches"] } +[package] +name = "functions" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3