We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e43edc + c1c7abe commit 8d3c0e8Copy full SHA for 8d3c0e8
README.md
@@ -1,3 +1,3 @@
1
# gkr-backend
2
3
-
+This repository hosts the dependencies required for the GKR backend.
rustfmt.toml
@@ -0,0 +1,8 @@
+comment_width = 300
+edition = "2024"
+imports_granularity = "Crate"
4
+max_width = 100
5
+newline_style = "Unix"
6
+normalize_comments = true
7
+style_edition = "2024"
8
+wrap_comments = false
0 commit comments