adding license for cargo publishing
This commit is contained in:
parent
d42e7b6d27
commit
a0aabd397b
@ -22,6 +22,7 @@ homepage = "https://git.sarsoo.xyz/sarsoo/finlib"
|
|||||||
repository = "https://git.sarsoo.xyz/sarsoo/finlib"
|
repository = "https://git.sarsoo.xyz/sarsoo/finlib"
|
||||||
documentation = "https://sarsoo.github.io/finlib"
|
documentation = "https://sarsoo.github.io/finlib"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
rayon = "1.10.0"
|
rayon = "1.10.0"
|
||||||
|
@ -8,6 +8,7 @@ homepage.workspace = true
|
|||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
readme.workspace = true
|
readme.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
@ -8,6 +8,7 @@ homepage.workspace = true
|
|||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
readme.workspace = true
|
readme.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
@ -8,6 +8,7 @@ homepage.workspace = true
|
|||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
readme.workspace = true
|
readme.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasm-bindgen = { workspace = true, optional = true }
|
wasm-bindgen = { workspace = true, optional = true }
|
||||||
|
@ -8,6 +8,7 @@ homepage.workspace = true
|
|||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
readme.workspace = true
|
readme.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
# The name of the native library. This is the name which will be used in Python to import the
|
# The name of the native library. This is the name which will be used in Python to import the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user