From 99e4867c5bdd2b55e3e084ff1fcfb41d7362ebef Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 20 Dec 2024 13:54:45 +0800 Subject: [PATCH] Set Cargo.toml license to Apache-2.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index aac57a4..4c73dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "prsqlite" version = "0.1.0" edition = "2021" +license = "Apache-2.0" license-file = "LICENSE" description = "Pure Rust SQLite" homepage = "https://github.com/kawasin73/prsqlite"