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]
|
[package]
|
||||||
name = "schemars"
|
name = "schemars"
|
||||||
|
description = "Generate JSON Schemas from Rust code"
|
||||||
|
repository = "https://github.com/GREsau/schemars"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Graham Esau <graham.esau@newvoicemedia.com>"]
|
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"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue