Add licenses
This commit is contained in:
parent
262840a12c
commit
6cde0d79e4
|
@ -3,6 +3,7 @@ name = "instant-xml-macros"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
workspace = ".."
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -3,6 +3,7 @@ name = "instant-xml"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
workspace = ".."
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
macros = { package = "instant-xml-macros", version = "0.1", path = "../instant-xml-macros" }
|
||||
|
|
Loading…
Reference in New Issue