mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Prepare app_units crate for publishing
This commit is contained in:
parent
35888e5a1d
commit
18fd9b244f
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
name = "app_units"
|
name = "app_units"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["The Servo Project Developers"]
|
authors = ["The Servo Project Developers"]
|
||||||
|
description = "Servo app units type (Au)"
|
||||||
|
documentation = "http://doc.servo.org/app_units/"
|
||||||
|
repository = "https://github.com/servo/app_units"
|
||||||
|
license = "MIT / Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = "0.6"
|
serde = "0.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue