Include license/readme in subdirectories

This commit is contained in:
Graham Esau 2019-10-21 21:23:41 +01:00
parent 74c799f478
commit f8737be9c4
6 changed files with 7 additions and 0 deletions

View file

@ -6,7 +6,9 @@ version = "0.3.0"
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
edition = "2018"
license = "MIT"
readme = "README.md"
keywords = ["rust", "json-schema", "serde"]
categories = ["encoding"]
[dependencies]
schemars_derive = { version = "0.3.0", path = "../schemars_derive" }

1
schemars/LICENSE Symbolic link
View file

@ -0,0 +1 @@
../LICENSE

1
schemars/README.md Symbolic link
View file

@ -0,0 +1 @@
../README.md

View file

@ -6,6 +6,7 @@ version = "0.3.0"
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
edition = "2018"
license = "MIT"
readme = "README.md"
keywords = ["rust", "json-schema", "serde"]
[lib]

1
schemars_derive/LICENSE Symbolic link
View file

@ -0,0 +1 @@
../LICENSE

1
schemars_derive/README.md Symbolic link
View file

@ -0,0 +1 @@
../README.md