diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 53abc22..8d2f091 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -6,7 +6,9 @@ version = "0.3.0" authors = ["Graham Esau "] edition = "2018" license = "MIT" +readme = "README.md" keywords = ["rust", "json-schema", "serde"] +categories = ["encoding"] [dependencies] schemars_derive = { version = "0.3.0", path = "../schemars_derive" } diff --git a/schemars/LICENSE b/schemars/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/schemars/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/schemars/README.md b/schemars/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/schemars/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index 52b695a..5cc402c 100644 --- a/schemars_derive/Cargo.toml +++ b/schemars_derive/Cargo.toml @@ -6,6 +6,7 @@ version = "0.3.0" authors = ["Graham Esau "] edition = "2018" license = "MIT" +readme = "README.md" keywords = ["rust", "json-schema", "serde"] [lib] diff --git a/schemars_derive/LICENSE b/schemars_derive/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/schemars_derive/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/schemars_derive/README.md b/schemars_derive/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/schemars_derive/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file