aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.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/Cargo.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 '')
-rw-r--r--src/x509-info/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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]