adding license for cargo publishing

This commit is contained in:
Andy Pack 2025-02-17 00:28:14 +00:00
parent d42e7b6d27
commit a0aabd397b
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
5 changed files with 5 additions and 0 deletions
Cargo.toml
finlib-ffi
finlib-wasm
finlib
pyfinlib

@ -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"

@ -8,6 +8,7 @@ homepage.workspace = true
repository.workspace = true
documentation.workspace = true
readme.workspace = true
license.workspace = true
[lib]
crate-type = ["cdylib"]

@ -8,6 +8,7 @@ homepage.workspace = true
repository.workspace = true
documentation.workspace = true
readme.workspace = true
license.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]

@ -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 }

@ -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