Bug 1675759 - Flesh out qcms/Cargo.toml. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D96181
This commit is contained in:
Jeff Muizelaar 2020-11-06 13:57:45 +00:00
Родитель 8084874c09
Коммит 1bc4554792
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,12 @@ name = "qcms"
authors = ["Jeff Muizelaar", "Benoit Girard", "Andrew Osmond"]
version = "0.1.0"
edition = "2018"
include = ["src/**/*", "build.rs"]
description = "lightweight color management"
documentation = "https://docs.rs/qcms"
license = "MIT"
keywords = ["color"]
categories = ["graphics"]
[dependencies]
libc = "0.2"