Add package info to Cargo.toml
This commit is contained in:
parent
cf661afa13
commit
87b56f2a77
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
[package]
|
||||
name = "schemars"
|
||||
description = "Generate JSON Schemas from Rust code"
|
||||
repository = "https://github.com/GREsau/schemars"
|
||||
version = "0.1.0"
|
||||
authors = ["Graham Esau <graham.esau@newvoicemedia.com>"]
|
||||
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"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue