From 142f5b90e5e04bcdebc9d631427b3f009113fe7a Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Wed, 29 Jan 2025 17:02:17 +0200 Subject: fix(graph_coloring): Rename rust package and add lockfile --- guests/graph_coloring/Cargo.lock | 14 ++++++++++++++ guests/graph_coloring/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 guests/graph_coloring/Cargo.lock (limited to 'guests') diff --git a/guests/graph_coloring/Cargo.lock b/guests/graph_coloring/Cargo.lock new file mode 100644 index 0000000..092d421 --- /dev/null +++ b/guests/graph_coloring/Cargo.lock @@ -0,0 +1,14 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "graph_coloring" +version = "0.1.0" +dependencies = [ + "guests_macro", +] + +[[package]] +name = "guests_macro" +version = "0.1.0" diff --git a/guests/graph_coloring/Cargo.toml b/guests/graph_coloring/Cargo.toml index a0cbd83..b097d33 100644 --- a/guests/graph_coloring/Cargo.toml +++ b/guests/graph_coloring/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "zkp" +name = "graph_coloring" version = "0.1.0" edition = "2021" -- cgit v1.2.3