From d0bd9776e37e778f06e7e5f835bbbf5d16c5ac48 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 19 Oct 2022 18:56:52 -0700 Subject: meta: initial commit Create the initial scaffolding for a rust project, using `cargo` and a nix template. --- src/x509-info/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/x509-info/Cargo.toml (limited to 'src/x509-info/Cargo.toml') diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml new file mode 100644 index 0000000..0dff6ec --- /dev/null +++ b/src/x509-info/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "x509-info" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3