describe packages to publish them
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
name = "yaserde"
|
name = "yaserde"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
|
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
|
||||||
|
description = "Serialization and deserialization library"
|
||||||
|
keywords = ["Serialization", "Deserialization", "XML"]
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://github.com/media-io/yaserde"
|
||||||
|
homepage = "https://github.com/media-io/yaserde"
|
||||||
|
documentation = "https://docs.rs/yaserde"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yaserde_derive = { path = "../yaserde_derive", optional = true }
|
yaserde_derive = { path = "../yaserde_derive", optional = true }
|
||||||
@@ -10,3 +17,6 @@ xml-rs = "0.7.0"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
yaserde_derive = { path = "../yaserde_derive" }
|
yaserde_derive = { path = "../yaserde_derive" }
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "media-io/yaserde" }
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
name = "yaserde_derive"
|
name = "yaserde_derive"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
|
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
|
||||||
|
description = "Serialization and deserialization macros"
|
||||||
|
keywords = ["Serialization", "Deserialization"]
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://github.com/media-io/yaserde"
|
||||||
|
homepage = "https://github.com/media-io/yaserde"
|
||||||
|
documentation = "https://docs.rs/yaserde"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "0.12.14", features = ["visit", "extra-traits"] }
|
syn = { version = "0.12.14", features = ["visit", "extra-traits"] }
|
||||||
@@ -11,3 +18,6 @@ quote = "0.4.2"
|
|||||||
[lib]
|
[lib]
|
||||||
name = "yaserde_derive"
|
name = "yaserde_derive"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "media-io/yaserde" }
|
||||||
|
|||||||
Reference in New Issue
Block a user