app_units 0.1.2

Servo app units type (Au)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "app_units"
version = "0.1.2"
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 = "MPL-2.0"

[features]
default = []
plugins = ["serde", "serde_macros", "euclid/plugins"]

[dependencies]
serde = {version = "0.6", optional = true}
serde_macros = {version = "0.6", optional = true}
rustc-serialize = "0.3"
euclid = "0.3"