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

View File

@@ -1,10 +1,10 @@
[package]
name = "veilid-core"
version = "0.1.2"
authors = ["John Smith <nobody@example.com>"]
version = "0.1.3"
authors = ["Veilid Team <contact@veilid.com>"]
edition = "2021"
build = "build.rs"
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
license = "MPL-2.0"
[lib]
crate-type = ["cdylib", "staticlib", "rlib"]