From 48c8d4c100cedfe7bee13d4c2293d7d14f1b9b2c Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sat, 28 Dec 2019 02:44:32 -0800 Subject: [PATCH] Add license to sqlx-macros Cargo.toml --- sqlx-macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sqlx-macros/Cargo.toml b/sqlx-macros/Cargo.toml index 31765c0d..ac45b1b3 100644 --- a/sqlx-macros/Cargo.toml +++ b/sqlx-macros/Cargo.toml @@ -3,6 +3,7 @@ name = "sqlx-macros" version = "0.1.1" repository = "https://github.com/launchbadge/sqlx" description = "Macros for SQLx, the rust SQL toolkit. Not intended to be used directly." +license = "MIT OR Apache-2.0" edition = "2018" authors = [ "Ryan Leckey ", # ryan@launchbadge.com