From 7078b922c29715e4165fb9e96b9e0d3985a4bad6 Mon Sep 17 00:00:00 2001 From: wolf4ood Date: Fri, 5 Jun 2020 12:26:27 +0200 Subject: [PATCH] added license field --- orientdb-macro/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/orientdb-macro/Cargo.toml b/orientdb-macro/Cargo.toml index 210ac84..43df295 100644 --- a/orientdb-macro/Cargo.toml +++ b/orientdb-macro/Cargo.toml @@ -3,6 +3,7 @@ name = "orientdb-macro" version = "0.1.0" authors = ["wolf4ood "] edition = "2018" +license = "Apache-2.0" description= "Macros for OrientDB Rust client. Do not use directly" repository = "https://github.com/wolf4ood/orientdb-rs" keywords = ["database", "graphs","orientdb","macro"]