diff options
Diffstat (limited to 'guests')
| -rw-r--r-- | guests/graph_coloring/Cargo.lock | 14 | ||||
| -rw-r--r-- | guests/graph_coloring/Cargo.toml | 2 |
2 files changed, 15 insertions, 1 deletions
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" |
