From d90ef29b472871d005de4ebd1935615393351db8 Mon Sep 17 00:00:00 2001 From: xenofem Date: Tue, 16 Aug 2022 01:38:21 -0400 Subject: [PATCH] MIT license --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1e794bd..40e9261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "jsondb" version = "0.2.0" edition = "2021" authors = ["xenofem "] +license = "MIT" [dependencies] async-trait = "0.1"