diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-19 18:56:52 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-19 18:56:52 -0700 |
| commit | d0bd9776e37e778f06e7e5f835bbbf5d16c5ac48 (patch) | |
| tree | ed3ee07f175bfd5e3cf8d190c7372652887b886f /src/x509-info/rust-toolchain.toml | |
| download | x-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/rust-toolchain.toml')
| -rw-r--r-- | src/x509-info/rust-toolchain.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/x509-info/rust-toolchain.toml b/src/x509-info/rust-toolchain.toml new file mode 100644 index 0000000..e7ae097 --- /dev/null +++ b/src/x509-info/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.64.0" +components = [ "rustfmt", "clippy" ] |
