aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/rustfmt.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-19 18:56:52 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-19 18:56:52 -0700
commitd0bd9776e37e778f06e7e5f835bbbf5d16c5ac48 (patch)
treeed3ee07f175bfd5e3cf8d190c7372652887b886f /src/x509-info/rustfmt.toml
downloadx-d0bd9776e37e778f06e7e5f835bbbf5d16c5ac48.tar.gz
meta: initial commit
Create the initial scaffolding for a rust project, using `cargo` and a nix template.
Diffstat (limited to 'src/x509-info/rustfmt.toml')
-rw-r--r--src/x509-info/rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x509-info/rustfmt.toml b/src/x509-info/rustfmt.toml
new file mode 100644
index 0000000..3a26366
--- /dev/null
+++ b/src/x509-info/rustfmt.toml
@@ -0,0 +1 @@
+edition = "2021"