mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
9889db29ed
MozReview-Commit-ID: FVn6c6ol36V
16 lines
415 B
TOML
16 lines
415 B
TOML
[package]
|
|
name = "unicode-bidi"
|
|
version = "0.2.3"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MIT / Apache-2.0"
|
|
description = "Implementation of the Unicode Bidirectional Algorithm"
|
|
repository = "https://github.com/servo/unicode-bidi"
|
|
documentation = "http://doc.servo.org/unicode_bidi/"
|
|
keywords = ["rtl", "unicode", "text", "layout", "bidi"]
|
|
|
|
[lib]
|
|
name = "unicode_bidi"
|
|
|
|
[dependencies]
|
|
matches = "0.1"
|