Add package info to Cargo.toml

This commit is contained in:
Graham Esau 2019-08-08 18:50:41 +01:00
parent 8afce08c54
commit cf661afa13

View file

@ -1,10 +1,12 @@
[package]
name = "schemars_derive"
description = "Macros for #[derive(MakeSchema)], for use with schemars"
repository = "https://github.com/GREsau/schemars"
version = "0.1.0"
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
keywords = ["rust", "json-schema", "serde"]
[lib]
proc-macro = true