From a0aabd397b01154a4156110b1bf278202ddfdfe8 Mon Sep 17 00:00:00 2001
From: Andy Pack <andy@sarsoo.xyz>
Date: Mon, 17 Feb 2025 00:28:14 +0000
Subject: [PATCH] adding license for cargo publishing

---
 Cargo.toml             | 1 +
 finlib-ffi/Cargo.toml  | 1 +
 finlib-wasm/Cargo.toml | 1 +
 finlib/Cargo.toml      | 1 +
 pyfinlib/Cargo.toml    | 1 +
 5 files changed, 5 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index 5c81626..c5c71e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ homepage = "https://git.sarsoo.xyz/sarsoo/finlib"
 repository = "https://git.sarsoo.xyz/sarsoo/finlib"
 documentation = "https://sarsoo.github.io/finlib"
 readme = "README.md"
+license = "MIT"
 
 [workspace.dependencies]
 rayon = "1.10.0"
diff --git a/finlib-ffi/Cargo.toml b/finlib-ffi/Cargo.toml
index 46c3636..4056b84 100644
--- a/finlib-ffi/Cargo.toml
+++ b/finlib-ffi/Cargo.toml
@@ -8,6 +8,7 @@ homepage.workspace = true
 repository.workspace = true
 documentation.workspace = true
 readme.workspace = true
+license.workspace = true
 
 [lib]
 crate-type = ["cdylib"]
diff --git a/finlib-wasm/Cargo.toml b/finlib-wasm/Cargo.toml
index e9f9e90..f513454 100644
--- a/finlib-wasm/Cargo.toml
+++ b/finlib-wasm/Cargo.toml
@@ -8,6 +8,7 @@ homepage.workspace = true
 repository.workspace = true
 documentation.workspace = true
 readme.workspace = true
+license.workspace = true
 
 [lib]
 crate-type = ["cdylib", "rlib"]
diff --git a/finlib/Cargo.toml b/finlib/Cargo.toml
index ff492cd..115bda5 100644
--- a/finlib/Cargo.toml
+++ b/finlib/Cargo.toml
@@ -8,6 +8,7 @@ homepage.workspace = true
 repository.workspace = true
 documentation.workspace = true
 readme.workspace = true
+license.workspace = true
 
 [dependencies]
 wasm-bindgen = { workspace = true, optional = true }
diff --git a/pyfinlib/Cargo.toml b/pyfinlib/Cargo.toml
index b91ba97..aaaf5be 100644
--- a/pyfinlib/Cargo.toml
+++ b/pyfinlib/Cargo.toml
@@ -8,6 +8,7 @@ homepage.workspace = true
 repository.workspace = true
 documentation.workspace = true
 readme.workspace = true
+license.workspace = true
 
 [lib]
 # The name of the native library. This is the name which will be used in Python to import the