Bug 1609049 - Add required fileds in peek-poke Cargo.toml. r=jrmuizel

Depends on D59840

Differential Revision: https://phabricator.services.mozilla.com/D59841

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicolas Silva 2020-01-14 13:07:28 +00:00
parent 33d2c54400
commit 40e5306b23
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
name = "peek-poke"
version = "0.2.0"
authors = ["Dan Glastonbury <dan.glastonbury@gmail.com>"]
repository = "https://github.com/servo/webrender"
description = "A mechanism for serializing and deserializing data into/from byte buffers, for use in WebRender."
license = "MIT/Apache-2.0"
edition = "2018"

View File

@ -2,6 +2,8 @@
name = "peek-poke-derive"
version = "0.2.1"
authors = ["Dan Glastonbury <dan.glastonbury@gmail.com>"]
repository = "https://github.com/servo/webrender"
description = "Derive macro for peek-poke."
license = "MIT/Apache-2.0"
edition = "2018"