From 19d818152673219172d5e28b05e289211cd2a296 Mon Sep 17 00:00:00 2001 From: Luke Kim <80174+lukekim@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:24:37 +0900 Subject: [PATCH] Add description and license --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2746905..3c21706 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "spiceai" version = "1.0.3" edition = "2021" +description = "SDK for Spice.ai, an open-source runtime and platform for building AI-driven software." +license = "Apache-2.0" [dependencies] arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }