From 3a5d0deaa512cbbb30a8aa11d9dbd652886b890a Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Tue, 23 May 2023 18:34:24 +0300 Subject: [PATCH] Add Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c95586c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "spaceapi2prometheus" +version = "0.1.0" +edition = "2021"