From 8572b009a5b8440c851e6a4e15de17323a768219 Mon Sep 17 00:00:00 2001 From: Adam Hendel <ChuckHend@users.noreply.github.com> Date: Fri, 16 Aug 2024 22:27:54 -0500 Subject: [PATCH] Create Cargo.toml --- analytics-cnpg/Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 analytics-cnpg/Cargo.toml diff --git a/analytics-cnpg/Cargo.toml b/analytics-cnpg/Cargo.toml new file mode 100644 index 0000000..1d15431 --- /dev/null +++ b/analytics-cnpg/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "analytics-cnpg" +version = "16.4.0-1" +edition = "2021" +authors = ["tembo.io"] +description = "Container image for Tembo's Analytics Stack" +homepage = "https://www.tembo.io" +license = "Apache-2.0" +readme = "README.md" +repository = " https://github.com/tembo-io/tembo-images" +publish = false + + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]