Add package info to Cargo.toml
This commit is contained in:
parent
8afce08c54
commit
cf661afa13
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "schemars_derive"
|
name = "schemars_derive"
|
||||||
|
description = "Macros for #[derive(MakeSchema)], for use with schemars"
|
||||||
|
repository = "https://github.com/GREsau/schemars"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license = "MIT"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
keywords = ["rust", "json-schema", "serde"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue