licensing

This commit is contained in:
John Smith
2023-07-19 12:48:44 -04:00
parent 9d0479fc45
commit 4702a33a4a
17 changed files with 2520 additions and 21 deletions
+3 -4
View File
@@ -1,14 +1,13 @@
[package]
name = "veilid-wasm"
version = "0.1.2"
authors = ["John Smith <jsmith@example.com>"]
version = "0.1.3"
authors = ["Veilid Team <contact@veilid.com>"]
license = "MPL-2.0"
edition = "2021"
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
default = [ "veilid-core/rt-wasm-bindgen", "veilid-core/default" ]
crypto-test = [ "veilid-core/rt-wasm-bindgen", "veilid-core/crypto-test"]