From ca1e2623164ea66fc6a40bd1f84848344253dee9 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Fri, 8 Mar 2024 08:17:57 -0600 Subject: [PATCH] add trunk toml --- Trunk.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Trunk.toml diff --git a/Trunk.toml b/Trunk.toml new file mode 100644 index 0000000..fc1377e --- /dev/null +++ b/Trunk.toml @@ -0,0 +1,13 @@ +[extension] +name = "timeseries" +repository = "https://github.com/tembo-io/pg_timeseries" +license = "PostgreSQL" +description = "Open source timeseries extension for Postgres." +homepage = "https://github.com/tembo-io/pg_timeseries" +documentation = "https://github.com/tembo-io/pg_timeseries" +categories = ["timeseries"] +version = "0.1.0" + +[build] +postgres_version = "15" +platform = "linux/amd64" \ No newline at end of file