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]
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue